Start a new Django project.
- Create your new projects:
$ djsp project_name [options] or $ djsp [options] project_name
IMPORTANT
- Do not use spaces in your project name. Prefer underscores instead spaces.
- The
--dyna
option indicates that you want to install Dynaconf in your project.- The
--poetry
option indicates that you want to install Poetry in your project.- The
--pip
option indicates that you want to install Pip in your project.- The
--ptbr
option indicates that you want use django in pt-br (America/Sao_Paulo)
This python script was created by Cesar Godoi.