{ "info": { "author": "Nicolas Pierrot", "author_email": "info@boite-a-bidules.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nbab CMS\n=====\n\nLight CMS Django app.\n\nQuick start\n-----------\n\n1. Add \"bab_cms\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'bab_cms',\n ]\n\n2. Include the cms URLconf in your project urls.py like this::\n\n path('cms/', include('bab_cms.urls')),\n\n3. Run `python manage.py migrate` to create the cms models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create posts and articles (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/cms/ to participate in the CMS.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.boite-a-bidules.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-bab-core", "package_url": "https://pypi.org/project/django-bab-core/", "platform": "", "project_url": "https://pypi.org/project/django-bab-core/", "project_urls": { "Homepage": "https://www.boite-a-bidules.com/" }, "release_url": "https://pypi.org/project/django-bab-core/0.1/", "requires_dist": null, "requires_python": "", "summary": "Django core pour la boite \u00e0 bidules.", "version": "0.1" }, "last_serial": 4806078, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "06cde25d7112eba4bfd6262910169f9e", "sha256": "f352c1789c1b39251fa7c8071fc189f671d12dbdb57465c6beeb4c9b29a17062" }, "downloads": -1, "filename": "django-bab-core-0.1.tar.gz", "has_sig": false, "md5_digest": "06cde25d7112eba4bfd6262910169f9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4774, "upload_time": "2019-02-11T13:42:02", "url": "https://files.pythonhosted.org/packages/9b/4e/6ccfb5d83cf5bd4ffe41d24feb510be188a65b1f568ef61c230e1420cb78/django-bab-core-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "06cde25d7112eba4bfd6262910169f9e", "sha256": "f352c1789c1b39251fa7c8071fc189f671d12dbdb57465c6beeb4c9b29a17062" }, "downloads": -1, "filename": "django-bab-core-0.1.tar.gz", "has_sig": false, "md5_digest": "06cde25d7112eba4bfd6262910169f9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4774, "upload_time": "2019-02-11T13:42:02", "url": "https://files.pythonhosted.org/packages/9b/4e/6ccfb5d83cf5bd4ffe41d24feb510be188a65b1f568ef61c230e1420cb78/django-bab-core-0.1.tar.gz" } ] }