🐍 Sssssetup your django with one command
  • Shell 40.2%
  • Python 32.4%
  • Makefile 26%
  • Procfile 1.4%
Find a file
Bernard Joseph Jean Bruno daa48ab355
Update README.md
2022-04-27 10:37:34 +04:00
templates clean up code with template folder 2022-04-26 18:39:14 +04:00
.env added env 2022-04-26 16:37:19 +04:00
.env.dist added env 2022-04-26 16:37:19 +04:00
.gitignore Added more config 2022-04-26 17:31:40 +04:00
install.sh Update install.sh 2022-04-27 10:36:29 +04:00
Makefile Added more config 2022-04-26 17:31:40 +04:00
Procfile heroku template 2022-04-26 17:09:27 +04:00
pytest.ini Added some more template and requirements 2022-04-26 17:08:07 +04:00
README.md Update README.md 2022-04-27 10:37:34 +04:00
requirements.txt Added more config 2022-04-26 18:10:49 +04:00

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 rich to 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 !!!