Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 345 Bytes

Clone the project

Create a virtual environment with python3

Install django in the virtual environment

Migrate using python manage.py migrate

Runserver using python manage.py runserver

Please create a new branch called develop with the command git checkout -b develop

And now when you push the code use the command git push origin develop