Skip to content

Deepanshu072/django-react-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Example code for a Django / React guide

Example code for a Django / React setup guide

This branch represents the project before any React stuff has been added.

Setup instructions

# Enter Django project folder
cd backend
# Setup and activate virtualenv
virtualenv env
. env/bin/activate
# Install requirements
pip install -r requirements.txt
# Setup Django
./manage.py migrate
./manage.py runserver
# Then visit http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.1%
  • HTML 5.8%
  • JavaScript 2.1%
  • CSS 2.0%