mirror of
https://github.com/eznix86/django-setup-template.git
synced 2026-07-25 20:49:17 +00:00
🐍 Sssssetup your django with one command
- Shell 40.2%
- Python 32.4%
- Makefile 26%
- Procfile 1.4%
| templates | ||
| .env | ||
| .env.dist | ||
| .gitignore | ||
| install.sh | ||
| Makefile | ||
| Procfile | ||
| pytest.ini | ||
| README.md | ||
| requirements.txt | ||
Django Setup Template
Like this guy, just copy and paste this command, it generate your project,
Prequesities
- Python 3+
- Mac/Linux
What you have inside
- pytest with django (testing)
- black (linting)
- factory boy (fixtures)
- django (obvisouly :) )
- flake8
- isort
- mypy
- rich
Goodies
- It automatically setups 3 environements for you, staging, prod, dev. (Check in
core/settings/folder.) - You also have a Procfile for heroku ;)
- Using
richto have pretty logging... sexy ones
What you need to Ctrl+C and Ctrl+V:
(Press the copy button too if you are a mouse guy)
curl -sSL -H "Cache-Control: no-cache" https://raw.githubusercontent.com/theArtechnology/django-setup-template/main/install.sh | bash -s
Press enter, and boom! Project ready to rock !
Want more ?
Contribute my friend ! *wink
Want it your own?
Fork !!!