This is a template that can be used to bootstrap a new Django project. It is comprised of a few different projects:
- Django
- Django Rest Framework
- React
- Bootstrap
- AdminLTE
mkvirtualenv {{ project_name }}pip install djangodjango-admin.py startproject --template=https://github.com/scottwoodall/react-demo/archive/master.zip {{ project_name }}cd {{ project_name }}- Follow
README.mdin./backend - Follow
README.mdin./frontend
- Build out the create/update/delete for the Users app
