Astreya Puzzle

Puzzle Screen Grab

Local Installation

Expecting that you already have installed Python and virtualenv (optional)

  • mkvirtualenv astreya-puzzle (optional)
  • pip install -r requirements.txt
  • python manage.py createdb
  • python manage.py createsuperuser
  • python manage.py collectstatic
  • python manage.py runserver