Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 280 Bytes

File metadata and controls

16 lines (16 loc) · 280 Bytes

elasticdjango

#to set up the project

run virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

#to migrate

python manage.py makemigrations core
python manage.py migrate

#to run project

python manage.py runserver