{ "info": { "author": "OpenFurry contributors", "author_email": "contributors@openfurry.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nAddle\n=====\n\n|Build Status| |Coverage Status| |PyPI|\n\nPluggable advertisement and promotion managing application\n\nQuick start\n-----------\n\n1. Add \"addle\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'addle',\n ]\n\n Ensure that you have `django.contrib.auth` added as an application as well.\n\n2. Include the addle URLconf in your project urls.py like this::\n\n url(r'^addle/', include('addle.urls')),\n\n3. Run ``python manage.py migrate`` to create the addle models.\n\n4. Start the development server.\n\n5. Visit http://127.0.0.1:8000/addle/ to see the app.\n\nNotes for the pluggable application\n-----------------------------------\n\nThe standalone application is basically ready to use as one would normally run\na Django app, but the pluggable application has a few more things to note.\n\n- Addle hooks into the Django permissions system. (...)\n- Addle is designed, loosely, for a site using `Bootstrap\n `__, so elements are classed as such, but this is\n designed to not be a hard requirement. To that end, some styles are defined within the templates.\n\nFurther information\n-------------------\n\nSource, issues, and further information:\n `GitHub `__\nAuthor\n `The OpenFurry Contributors `__\n\n.. |Build Status| image:: https://travis-ci.org/OpenFurry/addle.svg?branch=master\n :target: https://travis-ci.org/OpenFurry/addle\n.. |Coverage Status| image:: https://coveralls.io/repos/github/OpenFurry/addle/badge.svg?branch=master\n :target: https://coveralls.io/github/OpenFurry/addle?branch=master\n.. |PyPI| image:: https://img.shields.io/pypi/v/django-addle.svg\n :target: https://pypi.python.org/pypi/django-addle/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OpenFurry/addle", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-addle", "package_url": "https://pypi.org/project/django-addle/", "platform": "", "project_url": "https://pypi.org/project/django-addle/", "project_urls": { "Homepage": "https://github.com/OpenFurry/addle" }, "release_url": "https://pypi.org/project/django-addle/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A Django app for managing ads and internal promotions.", "version": "0.0.1" }, "last_serial": 2475336, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "e327c977884da77fe7e877ed2a5f8794", "sha256": "97267eae6fe5adf3eb28d26c0cdd35e7103354716f400a4b4eb3921f597360c9" }, "downloads": -1, "filename": "django-addle-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e327c977884da77fe7e877ed2a5f8794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5510, "upload_time": "2016-11-22T03:26:38", "url": "https://files.pythonhosted.org/packages/45/83/d18a4e755f90731103ee83dcf188499be0005148bbbe4a45a6299520f621/django-addle-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "737f2bf869ed117ee0758144360e915c", "sha256": "eaa1389c5d6c02567a836553fbecde6be7de11a782b42a505e11d4ad55208522" }, "downloads": -1, "filename": "django-addle-0.0.1.tar.gz", "has_sig": false, "md5_digest": "737f2bf869ed117ee0758144360e915c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5208, "upload_time": "2016-11-22T03:28:31", "url": "https://files.pythonhosted.org/packages/7c/32/ff4687b662ecd39934d677819a4379ae220de906fbc6824eb4f22ff889e8/django-addle-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "737f2bf869ed117ee0758144360e915c", "sha256": "eaa1389c5d6c02567a836553fbecde6be7de11a782b42a505e11d4ad55208522" }, "downloads": -1, "filename": "django-addle-0.0.1.tar.gz", "has_sig": false, "md5_digest": "737f2bf869ed117ee0758144360e915c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5208, "upload_time": "2016-11-22T03:28:31", "url": "https://files.pythonhosted.org/packages/7c/32/ff4687b662ecd39934d677819a4379ae220de906fbc6824eb4f22ff889e8/django-addle-0.0.1.tar.gz" } ] }