{ "info": { "author": "contraslash S.A.S.", "author_email": "ma0@contraslash.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "# Django Bootstrapper\n\n[![PyPI](https://img.shields.io/pypi/v/django-bootstrapper.svg)](https://pypi.org/project/django-bootstrapper)\n[![Build Status](https://travis-ci.org/contraslash/django-bootstrapper.svg?branch=master)](https://travis-ci.org/contraslash/django-bootstrapper)\n\nThis is a simple django project generator, it uses django default command and complete the schema generating a full application ready to use, including base, authentication, and template_base applications.\n\nThe main idea behind this projects is to automate some labors when we create projects.\n\n# Usage\nFirst create a new environment\n\n```bash\n# For pip users\npython -m venv my_custom_environment\n# For conda users\nconda create --name my_custom_environment\n```\n\nNow install django-bootstrapper\n\n```bash\npip install django-bootstrapper\n```\n\nNow just execute `django-bootstrapper.py` and follow the rules\n\nThe project folder structure will be:\n\n```text\nproject_folder\n\u251c\u2500\u2500 applications\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 authentication (Authentication app from https://github.com/contraslash/authentication-django)\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 base_template (Base template from https://github.com/contraslash/template_cdn_bootstrap)\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 __init__.py\n\u251c\u2500\u2500 base (base from https://github.com/contraslash/base-django)\n\u251c\u2500\u2500 manage.py\n\u2514\u2500\u2500 project_name\n \u251c\u2500\u2500 __init__.py\n \u251c\u2500\u2500 settings.py\n \u251c\u2500\u2500 urls.py\n \u2514\u2500\u2500 wsgi.py\n```\n\nThe project is git submodule based, and creates submodules for `authentication`, `base_template` and `base`, \nall open source projects created by contraslash.\n\nAlso we recommend to use [Django Crud Generator](https://django-crud-generator.readthedocs.io/en/latest/) to create CRUD\nautomatically.\n\nOur main goal is to create a project with a structure that we can extend using templates and existing files.\n \nIf you want to modify and add to your tree any submodule, we recommend to follow [this question](https://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule) \n\n\n## Test your changes\nWe want to include test on this suite so, to test your changes use\n\n```bash\npytest\n```\n\n\n## Compile locally\n```bash\npython setup.py sdist\npython setup.py install\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/contraslash/django-bootstrapper", "keywords": "django bootstrapping tool", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-bootstrapper", "package_url": "https://pypi.org/project/django-bootstrapper/", "platform": "", "project_url": "https://pypi.org/project/django-bootstrapper/", "project_urls": { "Bug Reports": "https://github.com/contraslash/django-bootstrapper/issues", "Contraslash": "https://contraslash.com/", "Homepage": "http://github.com/contraslash/django-bootstrapper", "Source": "https://github.com/contraslash/django-bootstrapper" }, "release_url": "https://pypi.org/project/django-bootstrapper/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A simple bootstrapper for django applications", "version": "0.1.3" }, "last_serial": 5349815, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "564fc5e5bb80d97087bf52b8177de12a", "sha256": "e3cbbb9edd663bfd34efab2e1f62d629bdfd96d12e1e1316aa77a7f41cf32318" }, "downloads": -1, "filename": "django_bootstrapper-0.0.1-py3.6.egg", "has_sig": false, "md5_digest": "564fc5e5bb80d97087bf52b8177de12a", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 7468, "upload_time": "2018-11-01T20:31:45", "url": "https://files.pythonhosted.org/packages/3e/2c/81943c19a3e0c97a1d574c95969f61d8fda9f5ad5a0a22858e59d2762441/django_bootstrapper-0.0.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "aa1f36e8c49abb52cb2fa14e8bd7c68b", "sha256": "f71061c6056292839e6feee86e570acccd033eeed7277eae1bda48ab273756a8" }, "downloads": -1, "filename": "django_bootstrapper-0.0.1.tar.gz", "has_sig": false, "md5_digest": "aa1f36e8c49abb52cb2fa14e8bd7c68b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3457, "upload_time": "2018-11-01T20:31:46", "url": "https://files.pythonhosted.org/packages/2c/94/fbcffef34782013ae9ae15ab6760ce9248600452f011423a37e96d5123c0/django_bootstrapper-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8c210d35a07d76d092cead01a6c7778b", "sha256": "13d9283fe24f22b72ae56d0a8b6be2723045c84c979ff6fea9b0b3cba6167651" }, "downloads": -1, "filename": "django_bootstrapper-0.0.2.tar.gz", "has_sig": false, "md5_digest": "8c210d35a07d76d092cead01a6c7778b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3526, "upload_time": "2018-11-01T20:55:30", "url": "https://files.pythonhosted.org/packages/06/ed/07e6d234a7654226d21623a8ecdc5f3f51c2c24641598daf12b3886a37dd/django_bootstrapper-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "fd1587002bfa43d933fcb5f8b93136e6", "sha256": "09c6f934d764836acacedaeffc5aa8792e291bcbcc286c4e765f359c6195f255" }, "downloads": -1, "filename": "django_bootstrapper-0.0.3-py3.6.egg", "has_sig": false, "md5_digest": "fd1587002bfa43d933fcb5f8b93136e6", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 8886, "upload_time": "2018-11-07T20:43:47", "url": "https://files.pythonhosted.org/packages/db/bb/83a787de3524958c415e7ebbdc1bfd74314ab30e2e5cdd860f0649118635/django_bootstrapper-0.0.3-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "8432e55274a5271987c1cc284ab73673", "sha256": "90de1895fbfd23420b5b45389758b44cd4a58c69f1c3e17c2650cbf5b67b54bd" }, "downloads": -1, "filename": "django_bootstrapper-0.0.3-py3.7.egg", "has_sig": false, "md5_digest": "8432e55274a5271987c1cc284ab73673", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 8119, "upload_time": "2018-11-07T20:43:48", "url": "https://files.pythonhosted.org/packages/5b/a4/9ebc3809caebdf80bb2b380708afb722bd358c11c3cabefc092e13ba73ec/django_bootstrapper-0.0.3-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "1f680ff29cc7ebf82b5dd001419935fe", "sha256": "332c47c818fe535e31c8ca20e46c62e3976e734d81d245036fb418b629f76261" }, "downloads": -1, "filename": "django_bootstrapper-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1f680ff29cc7ebf82b5dd001419935fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3988, "upload_time": "2018-11-07T20:43:50", "url": "https://files.pythonhosted.org/packages/98/45/a643973a53a5bfd8580c36bc804a77cab15c5b5aa15ee79a6a8ab3206edd/django_bootstrapper-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "29539ee665a4652720b6b8097f2cad25", "sha256": "2ec28c1020a44dae69af60ae7306c934d214796e1ea193fd13d4c16706f97686" }, "downloads": -1, "filename": "django_bootstrapper-0.0.4-py3.6.egg", "has_sig": false, "md5_digest": "29539ee665a4652720b6b8097f2cad25", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 11022, "upload_time": "2018-11-14T21:40:37", "url": "https://files.pythonhosted.org/packages/98/ae/acdaa0f341eb2f3fd0305c577b251a25f88837fdde7005e699348d77b0a6/django_bootstrapper-0.0.4-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "d2d0efc8216d096e9b86d189c1303566", "sha256": "e7092ca1d69a06e4bf5343235db176778675c3730e1ce87115b66d5513a3fdfb" }, "downloads": -1, "filename": "django_bootstrapper-0.0.4-py3.7.egg", "has_sig": false, "md5_digest": "d2d0efc8216d096e9b86d189c1303566", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 11275, "upload_time": "2019-02-21T23:12:12", "url": "https://files.pythonhosted.org/packages/45/1a/d331c1a97d7e07d250ef8433b4dd2032b9b5a3acc845a1d300f1df72d95f/django_bootstrapper-0.0.4-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "0bef5d27f6957736a0d6be63b5c0d035", "sha256": "4aa00f7bd6dbd6262579ac2a8799461744cc0da378fa2f2ff00b1cfcb747e04e" }, "downloads": -1, "filename": "django_bootstrapper-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0bef5d27f6957736a0d6be63b5c0d035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4825, "upload_time": "2018-11-14T21:40:39", "url": "https://files.pythonhosted.org/packages/63/b8/d4a8485c5b3d15dccde45db17875b0654039c9f5571652129dfa045bcea2/django_bootstrapper-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "193d87ed3e84afbaaf5daf37f13392ef", "sha256": "e69998e02ac4a0193c7761ae33bc5484f155b15cf4d3cddf28eaa37802257448" }, "downloads": -1, "filename": "django_bootstrapper-0.0.5-py3.7.egg", "has_sig": false, "md5_digest": "193d87ed3e84afbaaf5daf37f13392ef", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 11382, "upload_time": "2019-02-21T23:17:28", "url": "https://files.pythonhosted.org/packages/90/b4/e32a118e5b4c04bd051d920c1f13ab98f3744eab6c37b46fcc8b2352f2cf/django_bootstrapper-0.0.5-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "59f757a721f90debe23cf5a40924da82", "sha256": "a5b2f3562b5814cad27f940e4a35cfc94926b39799575a87ab4f0ef278fc1cbf" }, "downloads": -1, "filename": "django_bootstrapper-0.0.5.tar.gz", "has_sig": false, "md5_digest": "59f757a721f90debe23cf5a40924da82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5300, "upload_time": "2019-02-21T23:17:47", "url": "https://files.pythonhosted.org/packages/27/3d/d8d195db6c3b46ffbe8aa94fbce2fa73da84b1675c128c428be16e3c0c17/django_bootstrapper-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "095006ca3cc14b4a84f1d5f80fe68d5a", "sha256": "6adefad2ff4968a2ea77a502cd9bd90df2f9e8dda048d8d7cf294003bcda9fb6" }, "downloads": -1, "filename": "django_bootstrapper-0.0.6.tar.gz", "has_sig": false, "md5_digest": "095006ca3cc14b4a84f1d5f80fe68d5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5446, "upload_time": "2019-04-18T17:04:52", "url": "https://files.pythonhosted.org/packages/0d/97/cff62ce2d0a83ae5e17d291823ea46045d264992e9dcae0c53557f3c1335/django_bootstrapper-0.0.6.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "a7832bb46b8836b5f2b0e60440b87c8a", "sha256": "72d627b0f927a26b57b70dba6d1e5aefcea1e22c347b67a79cb63c7a87f6235a" }, "downloads": -1, "filename": "django_bootstrapper-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a7832bb46b8836b5f2b0e60440b87c8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7750, "upload_time": "2019-04-18T18:25:59", "url": "https://files.pythonhosted.org/packages/3e/88/e7bfd7079d44b5bef95708f87eac8b1cfecdbf48058099daea5c63ef0456/django_bootstrapper-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "622a34ffc010d93efbb8ccca6d4e4829", "sha256": "04fb7631eb07e7ac9824d64c8584a236046ea72bc362605fa6d459f4c798f754" }, "downloads": -1, "filename": "django_bootstrapper-0.1.2.tar.gz", "has_sig": false, "md5_digest": "622a34ffc010d93efbb8ccca6d4e4829", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7961, "upload_time": "2019-06-02T19:11:28", "url": "https://files.pythonhosted.org/packages/6a/2b/8f640ec6e1196e6def70db491c79f97a4a24c3f5b6265a65e2d7973a4f9a/django_bootstrapper-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "7eddd6a7ca483e874a8cba64f995344e", "sha256": "43246cff1900396e669457f38ed169270bea888d93dad4d4cab6ba5ca748877e" }, "downloads": -1, "filename": "django_bootstrapper-0.1.3.tar.gz", "has_sig": false, "md5_digest": "7eddd6a7ca483e874a8cba64f995344e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7991, "upload_time": "2019-06-02T20:27:56", "url": "https://files.pythonhosted.org/packages/0b/80/bec87b494dc1de64e38acd2a855ed42cc5c2717110d6f1f3ea83ebca24dd/django_bootstrapper-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7eddd6a7ca483e874a8cba64f995344e", "sha256": "43246cff1900396e669457f38ed169270bea888d93dad4d4cab6ba5ca748877e" }, "downloads": -1, "filename": "django_bootstrapper-0.1.3.tar.gz", "has_sig": false, "md5_digest": "7eddd6a7ca483e874a8cba64f995344e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7991, "upload_time": "2019-06-02T20:27:56", "url": "https://files.pythonhosted.org/packages/0b/80/bec87b494dc1de64e38acd2a855ed42cc5c2717110d6f1f3ea83ebca24dd/django_bootstrapper-0.1.3.tar.gz" } ] }