Cryptic Hunt
To deploy this project
- Rename
.env.example
to.env
- Install the dependencies
pip install -r requirements.txt
- Run database migrations
python manage.py migrate
- Create superuser
python manage.py createsuperuser
- Collect Static
python manage.py collectstatic
- Load Admin panel customization data
python manage.py loaddata data.json
- Load extra settings data
python manage.py loaddata extrasettings.json
- Run server
python manage.py runserver
- Visit Admin Panel at: http://127.0.0.1:8000/honeypot/
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
Frontend: TailwindCSS
Server: Python, Django
Database: SQLite