Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 267 Bytes

File metadata and controls

7 lines (7 loc) · 267 Bytes

1.create virtual env 2.activate virtualenv 3.go to project folder 4.pip install -r requirement.txt 5.add local_settings.py inside fiveapp - where the settings.py present (sample is given sample_settings.py) 6.python manage.py makemigrations 7.python manage.py migrate