Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 334 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 334 Bytes

animportantdate

Surprise!

Running locally

  • Clone this repo and change into its directory
  • virtualenv -p /usr/bin/python3 venv
  • pip install -r requirements/base.txt
  • DJANGO_ALLOWED_HOSTS=127.0.0.1 python animportantdate/manage.py runserver --insecure
  • Point your favourite browser at http://127.0.0.1:8000/
  • 🎉