{ "info": { "author": "Incuna Ltd", "author_email": "admin@incuna.com", "bugtrack_url": null, "classifiers": [], "description": "Content links\n=============\n\nContent links is a `FeinCMS `_ `content type `_ app which allows you to link other\nFeinCMS pages, or external URLs, to specific page within your website.\n\nInstallation\n============\n\n1. Install it by\n\n pip install content-links\n\n\n2. Add `content_links` to your `INSTALLED_APPS` in settings.py\n\n INSTALLED_APPS = (\n 'awesome_app',\n\n 'content_links',\n\n 'django_stuff_etc',\n\n )\n\n3. Register the app for FeinCMS in models.py\n\n from feincms.module.page.models import Page\n\n\n from content_links.models import ContentLink\n\n\n Page.create_content_type(ContentLink, TYPE_CHOICES=(\n ('one', 'One'),\n\n ('two', 'Two'),\n )\n\n )\n\n4. Synchronize database by running\n\n python manage.py syncdb --all\n\n5. Visit `admin panel `_ and have fun!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/incuna/content-links/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "content-links", "package_url": "https://pypi.org/project/content-links/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/content-links/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/incuna/content-links/" }, "release_url": "https://pypi.org/project/content-links/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.2" }, "last_serial": 640664, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0ce704bb148951eee6a7272c1d7892c7", "sha256": "b7412e4390e8dda81fe8bbb48ea0745a3f226008407dc37a9a4b09e205c6a881" }, "downloads": -1, "filename": "content-links-0.1.tar.gz", "has_sig": false, "md5_digest": "0ce704bb148951eee6a7272c1d7892c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3994, "upload_time": "2013-04-17T14:16:19", "url": "https://files.pythonhosted.org/packages/dc/64/3ac46d6330b23a30cdebcf0fde5fec3c4b9705d24e6292393a51198a1faf/content-links-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e6049b9fb4f6236fca1095d77401da0f", "sha256": "4e6cf9d5e80cb0a2b6a1066ea87940da14bcd7184eafb4f948a951bd89a6e09b" }, "downloads": -1, "filename": "content-links-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6049b9fb4f6236fca1095d77401da0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4023, "upload_time": "2013-04-22T14:28:17", "url": "https://files.pythonhosted.org/packages/6c/39/17e55c52c11675a739d9544df00eed8b15ae0e91d7436b24c73dcd686218/content-links-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ac432febb2c8fa27fd9896052a504688", "sha256": "4a918d44734605fae48d72e154d7518b349663070770205813bc41cc386680e0" }, "downloads": -1, "filename": "content-links-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ac432febb2c8fa27fd9896052a504688", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2013-04-29T15:20:35", "url": "https://files.pythonhosted.org/packages/21/d3/a02a9334b42e97d58555c76ac0fb3e9eb7acb820e9300049f87c7d39dac2/content-links-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac432febb2c8fa27fd9896052a504688", "sha256": "4a918d44734605fae48d72e154d7518b349663070770205813bc41cc386680e0" }, "downloads": -1, "filename": "content-links-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ac432febb2c8fa27fd9896052a504688", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2013-04-29T15:20:35", "url": "https://files.pythonhosted.org/packages/21/d3/a02a9334b42e97d58555c76ac0fb3e9eb7acb820e9300049f87c7d39dac2/content-links-0.1.2.tar.gz" } ] }