djbase

A base template to bootstrap common Django projects.
git clone https://s.sonu.ch/~srfsh/nelci.git
Log | Files | Refs | README | LICENSE

.gitignore (173B)


      1 # exclude the custom settings from the project
      2 /base/settings/dev.py
      3 /base/settings/prod.py
      4 
      5 # STATIC_ROOT and MEDIA_ROOT
      6 /asset/
      7 
      8 /.vscode/
      9 /db.sqlite3
     10 
     11 *.pyc
     12 __pycache__/