{ "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-project", "package_url": "https://pypi.org/project/django-bab-project/", "platform": "", "project_url": "https://pypi.org/project/django-bab-project/", "project_urls": { "Homepage": "https://www.boite-a-bidules.com/" }, "release_url": "https://pypi.org/project/django-bab-project/0.1/", "requires_dist": null, "requires_python": "", "summary": "Django project pour la boite \u00e0 bidules.", "version": "0.1" }, "last_serial": 4806244, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1e4486510e0d03ea76dff1bbbdaaa40b", "sha256": "bcbd9f9376b268d330d8d393f0f58a8af83dffdec7ce2c02ac2222aece4c5bb0" }, "downloads": -1, "filename": "django-bab-project-0.1.tar.gz", "has_sig": false, "md5_digest": "1e4486510e0d03ea76dff1bbbdaaa40b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3854, "upload_time": "2019-02-11T14:13:08", "url": "https://files.pythonhosted.org/packages/50/cf/9f0f13cbbfba9981bff90b90bb70eff1e47897e62f58594989f97795c25e/django-bab-project-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e4486510e0d03ea76dff1bbbdaaa40b", "sha256": "bcbd9f9376b268d330d8d393f0f58a8af83dffdec7ce2c02ac2222aece4c5bb0" }, "downloads": -1, "filename": "django-bab-project-0.1.tar.gz", "has_sig": false, "md5_digest": "1e4486510e0d03ea76dff1bbbdaaa40b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3854, "upload_time": "2019-02-11T14:13:08", "url": "https://files.pythonhosted.org/packages/50/cf/9f0f13cbbfba9981bff90b90bb70eff1e47897e62f58594989f97795c25e/django-bab-project-0.1.tar.gz" } ] }