Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 319 Bytes

Mindsweeper-website

steps to install

  1. create python virtualenv and activate it

  2. install all packages from requirements.txt pip install -r "requirements.txt"

  3. run python manage.py makemigrations

  4. run python manage.py migrate

  5. run the server using python manage.py runserver