CLI tool to quickstart Django app
Project description
Even 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.
What this script does:
Creates Django project
Creates corresponding apps
Creates initial virtualenv (venv)
Installs provided dependencies
Creates initial requirements.txt
Initializes git repository
Runs initial migration (using sqlitedb)
Creates superuser
Shows created application in browser
Download and run the script:
Python version:
Download it from PyPi:
pip3 install create-django-app --user
Usage:
# show help
create-django-app --help
# create django project
create-django-app -p test_project -a 'test_app1 test_app2' -d requests
# create project without admin user with --noadmin flag
create-django-app -p test_project -a 'test_app1 test_app2' -d requests --noadmin
# don't run server in the end with --nodemo flag
create-django-app -p test_project -a 'test_app1 test_app2' -d requests --nodemo
Bash version:
DEPRECATED: this script does not recieve same updates as the python package, buy still gets the job done. You can download it via wget/curl/whatever you prefer:
curl -O https://raw.githubusercontent.com/arsenlosenko/create-django-app/master/create-django-app.sh
After that give it executable permission:
chmod +x create-django-app.sh
And run it:
./create-django-app.sh -d foo_project -a 'foo_app bar_app' -d 'requests'
Show help:
./create-django-app.sh
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file create-django-app-0.0.9.1.tar.gz
.
File metadata
- Download URL: create-django-app-0.0.9.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dec66b9c03b959bac6576fd7eabeb5a5754c5f26c419d8cca46b45c16fc8b183 |
|
MD5 | 56227bf85005034f4e80c14bcf29cbca |
|
BLAKE2b-256 | c97d26efc1abb85153bad0a29bdb18b87cb0650d4abb06a22726b2ae1a0a9765 |