{ "info": { "author": "Arsen Losenko", "author_email": "arsenlosenko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "create-django-app\n=================\n\nEven though I rarely create new django apps from scratch, I still don't like initial procedure of creating it, too much steps that can be automated. That's the purpose of this tool.\n\nWhat this script does:\n-----------------------\n\n- Creates Django project \n- Creates corresponding apps\n- Creates initial virtualenv (venv)\n- Installs provided dependencies \n- Creates initial requirements.txt\n- Initializes git repository\n- Runs initial migration (using sqlitedb)\n- Creates superuser\n- Shows created application in browser \n\nDownload and run the script:\n----------------------------\nPython version:\n---------------\nDownload it from PyPi:\n\n.. code-block:: bash\n\n pip3 install create-django-app --user\n\nUsage:\n\n.. code-block:: bash\n\n # show help\n create-django-app --help\n\n # create django project\n create-django-app -p test_project -a 'test_app1 test_app2' -d requests\n\n # create project without admin user with --noadmin flag\n create-django-app -p test_project -a 'test_app1 test_app2' -d requests --noadmin\n\n # don't run server in the end with --nodemo flag\n create-django-app -p test_project -a 'test_app1 test_app2' -d requests --nodemo\n\n\n\nBash version:\n--------------\nDEPRECATED: this script does not recieve same updates as the python package, buy still gets the job done.\nYou can download it via wget/curl/whatever you prefer:\n\n.. code-block:: bash\n\n curl -O https://raw.githubusercontent.com/arsenlosenko/create-django-app/master/create-django-app.sh\n\nAfter that give it executable permission:\n\n.. code-block:: bash\n\n chmod +x create-django-app.sh\n\nAnd run it:\n\n.. code-block:: bash\n\n ./create-django-app.sh -d foo_project -a 'foo_app bar_app' -d 'requests'\n\nShow help:\n\n.. code-block:: bash\n\n ./create-django-app.sh", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arsenlosenko/create-django-app", "keywords": "python django cli CLI", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "create-django-app", "package_url": "https://pypi.org/project/create-django-app/", "platform": "", "project_url": "https://pypi.org/project/create-django-app/", "project_urls": { "Homepage": "https://github.com/arsenlosenko/create-django-app" }, "release_url": "https://pypi.org/project/create-django-app/0.0.9.1/", "requires_dist": null, "requires_python": "", "summary": "CLI tool to quickstart Django app", "version": "0.0.9.1" }, "last_serial": 4316956, "releases": { "0.0.8": [ { "comment_text": "", "digests": { "md5": "135c325153e38b4d669b39cff2f41584", "sha256": "fba443c5e9be70c5c6f4bedf6b069af92dc9cdaf1d90f5186f1fb2e9888896d6" }, "downloads": -1, "filename": "create-django-app-0.0.8.tar.gz", "has_sig": false, "md5_digest": "135c325153e38b4d669b39cff2f41584", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2569, "upload_time": "2018-09-26T13:51:42", "url": "https://files.pythonhosted.org/packages/19/e5/424020dea0a44147a57a8a36df40d0187fcaff3ba68f042023b3bd04bbd3/create-django-app-0.0.8.tar.gz" } ], "0.0.8.1": [ { "comment_text": "", "digests": { "md5": "e4c8c7ecd6eba16a66d630100ca171fa", "sha256": "7d877cdb2b16e8e0d3ee7d0aad2b8a527f5924c42687ac21209e30fd801f0766" }, "downloads": -1, "filename": "create-django-app-0.0.8.1.tar.gz", "has_sig": false, "md5_digest": "e4c8c7ecd6eba16a66d630100ca171fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2798, "upload_time": "2018-09-26T14:03:05", "url": "https://files.pythonhosted.org/packages/81/f8/de6c9d348c7425da199fadbd67b5a47e0318bb8af8346e577b09cf385c45/create-django-app-0.0.8.1.tar.gz" } ], "0.0.8.3": [ { "comment_text": "", "digests": { "md5": "239855f345af31c0bdd6392197797cac", "sha256": "145f0a88c5e959bf4efd8ddab6e69decf33bcaaeeab2385bdeab1f83664d77cf" }, "downloads": -1, "filename": "create-django-app-0.0.8.3.tar.gz", "has_sig": false, "md5_digest": "239855f345af31c0bdd6392197797cac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3343, "upload_time": "2018-09-27T09:22:09", "url": "https://files.pythonhosted.org/packages/5b/25/19a4915acc03aa988097913524b896f2c4cbab4cdc1695bec4d79b3c1dba/create-django-app-0.0.8.3.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "b2da1b656330817c16042611aa59fd0d", "sha256": "2495d207d3da7769a5b972ccb909c12ebf859d5f4cd983d7c8c649dda51573d4" }, "downloads": -1, "filename": "create-django-app-0.0.9.tar.gz", "has_sig": false, "md5_digest": "b2da1b656330817c16042611aa59fd0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3438, "upload_time": "2018-09-27T14:34:30", "url": "https://files.pythonhosted.org/packages/fd/c2/28bbd71e320888b370793ec3eb0b7028a837ffe1a9a897afe878975b7bfd/create-django-app-0.0.9.tar.gz" } ], "0.0.9.1": [ { "comment_text": "", "digests": { "md5": "56227bf85005034f4e80c14bcf29cbca", "sha256": "dec66b9c03b959bac6576fd7eabeb5a5754c5f26c419d8cca46b45c16fc8b183" }, "downloads": -1, "filename": "create-django-app-0.0.9.1.tar.gz", "has_sig": false, "md5_digest": "56227bf85005034f4e80c14bcf29cbca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2018-09-27T17:07:33", "url": "https://files.pythonhosted.org/packages/c9/7d/26efc1abb85153bad0a29bdb18b87cb0650d4abb06a22726b2ae1a0a9765/create-django-app-0.0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56227bf85005034f4e80c14bcf29cbca", "sha256": "dec66b9c03b959bac6576fd7eabeb5a5754c5f26c419d8cca46b45c16fc8b183" }, "downloads": -1, "filename": "create-django-app-0.0.9.1.tar.gz", "has_sig": false, "md5_digest": "56227bf85005034f4e80c14bcf29cbca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2018-09-27T17:07:33", "url": "https://files.pythonhosted.org/packages/c9/7d/26efc1abb85153bad0a29bdb18b87cb0650d4abb06a22726b2ae1a0a9765/create-django-app-0.0.9.1.tar.gz" } ] }