Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Django Template For Building Web Applications

This is a template that can be used to bootstrap a new Django project. It is comprised of a few different projects:

  1. Django
  2. Django Rest Framework
  3. React
  4. Bootstrap
  5. AdminLTE

Installation

  1. mkvirtualenv {{ project_name }}
  2. pip install django
  3. django-admin.py startproject --template=https://github.com/scottwoodall/react-demo/archive/master.zip {{ project_name }}
  4. cd {{ project_name }}
  5. Follow README.md in ./backend
  6. Follow README.md in ./frontend

TODO

  1. Build out the create/update/delete for the Users app

Screenshot

screenshot

About

Django & React Template For Building Web Applications

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages