No description
Find a file
2024-04-10 20:59:57 +02:00
alembic oh no 2024-04-10 20:59:57 +02:00
foxnouns oh no 2024-04-10 20:59:57 +02:00
frontend oh no 2024-04-10 20:59:57 +02:00
tests oh no 2024-04-10 20:59:57 +02:00
.gitignore oh no 2024-04-10 20:59:57 +02:00
alembic.ini oh no 2024-04-10 20:59:57 +02:00
docker-compose.yml oh no 2024-04-10 20:59:57 +02:00
Dockerfile oh no 2024-04-10 20:59:57 +02:00
entry.sh oh no 2024-04-10 20:59:57 +02:00
LICENSE oh no 2024-04-10 20:59:57 +02:00
poetry.lock oh no 2024-04-10 20:59:57 +02:00
pyproject.toml oh no 2024-04-10 20:59:57 +02:00
README.md oh no 2024-04-10 20:59:57 +02:00
SCOPES.md oh no 2024-04-10 20:59:57 +02: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)