{ "info": { "author": "Jonathan Meier", "author_email": "jonathan.w.meier@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## base-django-project\nThis is a base project for django work.\nIt contains a handful of django apps that I find useful installed by default.\nSpecifically:\n- dj_database_url for extracting a database configuration from a valid DB URI\n- django-extensions for running a more powerful shell\n- django-fsm for easily creating state machines to track complex processes through the application\n- django-simple-history for easily creating history tables for our models in order to improve application auditability\n- djangorestframework for easily creating REST APIs\n\n\n### Usage\nIn your project's `settings.py`, remove all default configuration generated by django.\nThen at the top, simply put:\n```\nfrom base_django_project.webapp.settings import *\n\n# place any custom modifications here\n```\n\n### Motivation\nWhen standing up many django projects over a short amount of time, I often find myself duplicating configurations. This project allows any user to quickly drop in their favorite default configuration for `settings.py`.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jonathanmeier5/base-django-project", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-base-project", "package_url": "https://pypi.org/project/django-base-project/", "platform": "", "project_url": "https://pypi.org/project/django-base-project/", "project_urls": { "Homepage": "https://github.com/jonathanmeier5/base-django-project" }, "release_url": "https://pypi.org/project/django-base-project/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "A base django project containing commonly used functionality", "version": "0.0.6" }, "last_serial": 5108719, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "eb5c160c91be31c42eea3ea211cbc913", "sha256": "b23bd6ff30a415ebaf180735d3cda17ee67dacd32b304efd20d2739486c41003" }, "downloads": -1, "filename": "django-base-project-0.0.3.tar.gz", "has_sig": false, "md5_digest": "eb5c160c91be31c42eea3ea211cbc913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3257, "upload_time": "2019-04-05T11:44:57", "url": "https://files.pythonhosted.org/packages/e0/b4/4fcc89e5a0a7cc7c1b7193c161b272ef30e181b1a8adaa43f89642bae157/django-base-project-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "2248f08f70ba59508195032f235700c1", "sha256": "add95b71c491e9a87f57f4aa9860b4155fee80b9ea3e952a3553aab553a1de28" }, "downloads": -1, "filename": "django-base-project-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2248f08f70ba59508195032f235700c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3410, "upload_time": "2019-04-05T12:42:43", "url": "https://files.pythonhosted.org/packages/8b/7c/b453738e3578e04202c5919bf426f0ee4096a6147b36eb2b9f1ed27bec88/django-base-project-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "d6cd67ea182b7410b6a8bf59b5bab927", "sha256": "cdd929c280fb0b40aeca79b867a7fe7fe6bf38e782434b1a7c4e228572bf4db1" }, "downloads": -1, "filename": "django-base-project-0.0.5.tar.gz", "has_sig": false, "md5_digest": "d6cd67ea182b7410b6a8bf59b5bab927", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3627, "upload_time": "2019-04-05T12:49:08", "url": "https://files.pythonhosted.org/packages/2f/ca/fc58874d958f105f3b4120d3d3e9b54bd808a0772fa7432a6172f9ebcd5e/django-base-project-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "9ca5af4e8d4ba3df85a8cf0a57bf5a12", "sha256": "119aca787cc8d737846df48ce51405bc9a11131fb1f261656b38f4722b96a864" }, "downloads": -1, "filename": "django-base-project-0.0.6.tar.gz", "has_sig": false, "md5_digest": "9ca5af4e8d4ba3df85a8cf0a57bf5a12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3911, "upload_time": "2019-04-07T01:25:59", "url": "https://files.pythonhosted.org/packages/dc/50/33af3dfbeebcd14b12a7953078cbae2bdd4d8b326b777f9c62a90650c1c7/django-base-project-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ca5af4e8d4ba3df85a8cf0a57bf5a12", "sha256": "119aca787cc8d737846df48ce51405bc9a11131fb1f261656b38f4722b96a864" }, "downloads": -1, "filename": "django-base-project-0.0.6.tar.gz", "has_sig": false, "md5_digest": "9ca5af4e8d4ba3df85a8cf0a57bf5a12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3911, "upload_time": "2019-04-07T01:25:59", "url": "https://files.pythonhosted.org/packages/dc/50/33af3dfbeebcd14b12a7953078cbae2bdd4d8b326b777f9c62a90650c1c7/django-base-project-0.0.6.tar.gz" } ] }