Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 308 Bytes

Cryptic Hunt

Cryptic Hunt for Prody - 2021

Requirements

Python3+ , Django 1.11.17+

Installation

  • python -m venv /srv/envname_here
  • source /srv/envname_here/bin/activate
  • pip install -r requirements.txt
  • python manage.py createsuperuser
  • python manage.py runserver