You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
17 hours ago | |
---|---|---|
mouz | 17 hours ago | |
.gitignore | 6 months ago | |
Dockerfile | 3 weeks ago | |
README.md | 2 months ago | |
docker-compose.yml | 2 weeks ago | |
reqs.req | 3 weeks ago | |
run_web.sh | 6 months ago |
README.md
frozenpeek
- uses gunicorn as application server to run the django application behind a nginx reverse proxy
- uses huey as task queue to schedule or run periodic tasks
- uses discord.py to implement discord bot functionallity
- uses redis to sync between the sync django and the async discord py world