- Clone the repo
- Setup your virtual environment
required python version 3.6 and above
pip install virtualenv virtualenv mypythonActivate:
source mypython/bin/activate
Deactivate:deactivate
readmore
-
Install required libraries
pip install -r requirements.txt
-
Create a
local.py
file inhardwareManager/settings
and pastelocal.py.template
with your credentials in it. -
Apply migrations
python manage.py migrate
-
Runserver
python manage.py runserver