FedericoVarela / Django-Boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 43.5%Language:Jupyter Notebook 33.2%Language:HTML 21.5%Language:Dockerfile 1.3%Language:Shell 0.5%