{"id":18434344,"url":"https://github.com/arsenlosenko/create-django-app","last_synced_at":"2025-04-07T19:31:43.088Z","repository":{"id":62565279,"uuid":"150075119","full_name":"arsenlosenko/create-django-app","owner":"arsenlosenko","description":"Start your Django project in seconds. Inspired by create-react-app","archived":false,"fork":false,"pushed_at":"2018-09-27T17:14:53.000Z","size":23,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T04:47:35.308Z","etag":null,"topics":["bash","django","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arsenlosenko.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-24T08:40:51.000Z","updated_at":"2018-10-01T02:40:27.000Z","dependencies_parsed_at":"2022-11-03T16:00:45.858Z","dependency_job_id":null,"html_url":"https://github.com/arsenlosenko/create-django-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fcreate-django-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fcreate-django-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fcreate-django-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fcreate-django-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsenlosenko","download_url":"https://codeload.github.com/arsenlosenko/create-django-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247716311,"owners_count":20984215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","django","python"],"created_at":"2024-11-06T06:03:18.961Z","updated_at":"2025-04-07T19:31:42.805Z","avatar_url":"https://github.com/arsenlosenko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenlosenko%2Fcreate-django-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsenlosenko%2Fcreate-django-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenlosenko%2Fcreate-django-app/lists"}