/Django-Boilerplate

A Django boilerplate application containing Django Debug Toolbar, Jupyter Notebooks, Batch Files and more!

Primary LanguagePythonMIT LicenseMIT

Django Boilerplate

Features

  • Base Django requirements included as well as this project's dependencies
  • Settings files split into development, production and common configuration
  • Docker configuration
  • Greeting view, like create-react-app
# You'll probably need a global Django installation for the django-admin

django-admin startproject --template=https://github.com/FedericoVarela/Django-Boilerplate/archive/master.zip --extension py,.env,yml,ini,ipynb --name Pipfile <project_name>

Have I missed some functionality? Would you like to have something else included? Send me a pull request and I'll check it out