Skip to content

notnotrachit/redcrypt-hunt

 
 

Repository files navigation


Re-Dcrypt

Cryptic Hunt

Run Locally

To deploy this project

  1. Rename .env.example to .env
  2. Install the dependencies pip install -r requirements.txt
  3. Run database migrations python manage.py migrate
  4. Create superuser python manage.py createsuperuser
  5. Collect Static python manage.py collectstatic
  6. Load Admin panel customization data python manage.py loaddata data.json
  7. Load extra settings data python manage.py loaddata extrasettings.json
  8. Run server python manage.py runserver
  9. Visit Admin Panel at: http://127.0.0.1:8000/honeypot/

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_Authorization

SENTRY_DSN

EMAIL_HOST_USER

EMAIL_HOST_PASSWORD

DISCORD_LOGGING_WEBHOOK

HCAPTCHA_SITEKEY

HCAPTCHA_SECRET

MAINTENANCE_MODE

Tech Stack

Frontend: TailwindCSS

Server: Python, Django

Database: SQLite

Authors

Languages

  • HTML 73.4%
  • Python 26.2%
  • Other 0.4%