No description
Find a file
2024-03-14 02:35:59 +01:00
alembic init 2024-03-13 17:03:18 +01:00
foxnouns add token checking 2024-03-14 02:35:42 +01:00
tests init 2024-03-13 17:03:18 +01:00
.gitignore init 2024-03-13 17:03:18 +01:00
alembic.ini init 2024-03-13 17:03:18 +01:00
docker-compose.yml add (non-working so far) dockerfile 2024-03-14 02:35:59 +01:00
Dockerfile add (non-working so far) dockerfile 2024-03-14 02:35:59 +01:00
entry.sh add (non-working so far) dockerfile 2024-03-14 02:35:59 +01:00
LICENSE init 2024-03-13 17:03:18 +01:00
poetry.lock init 2024-03-13 17:03:18 +01:00
pyproject.toml add token checking 2024-03-14 02:35:42 +01:00
README.md add (non-working so far) dockerfile 2024-03-14 02:35:59 +01:00

pronouns.cc

pronouns.cc rewrite in Python, using Quart for routing, SQLAlchemy for the database, and Celery for background tasks.

Running

This isn't anywhere near complete yet. For now, you can install poe, run poe migrate, and then poe server.

For configuration, a .env file is used. See foxnouns/settings.py--all keys are required unless specified otherwise.

(Note that the docker-compose file doesn't work yet)