Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 356 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 356 Bytes

intensive_web

Installation and Running

python -m venv virtualvenv
virtualvenv/scripts/activate
  • [Configure database:]
python manage.py makemigrations
python manage.py migrate
  • [Run the server:]
python manage.py runserver