Skip to content

rajpatel24/Django-REST-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-REST-Framework

Installation steps

1> Clone the repository

git clone https://github.com/gtljaymodi/ride-sharing.git

2> Create virtualenv (We never commit virtualenv)

virtualenv -p python3.6 venv_ride_sharing

. venv_ride_sharing/bin/activate

3> Install dependencies

pip install -r requirements.txt

4> Create local.py file

cp ride_sharing/ride_sharing/settings/example-production.py ride_sharing/ride_sharing/settings/local.py

5> Run migrations (Go to project root folder)

python manage.py migrate

6> Run the project

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages