Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 407 Bytes

File metadata and controls

21 lines (11 loc) · 407 Bytes

GrowF

First Steps

Install python anaconda

run conda install python=3.6

Run pip install -r requirements.txt

Run python manage.py makemigrations

Run python manage.py migrate

Run python manage.py createsuperuser

Testing

Run python manage.py runserver 8000

Navigate to localhost:8000 in browser