Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 827 Bytes

DjSP - Django Start Project

Start a new Django project.

How to use

  1. 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.