Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 218 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 218 Bytes

skincare

How to start the server

source venv/bin/activate
cd skincare_project
python3 manage.py runserver

On a separate terminal run:

python3 manage.py livereload

To get livereload for changes.