2024-03-13 17:03:18 +01:00
|
|
|
# pronouns.cc
|
2024-03-14 02:35:59 +01:00
|
|
|
|
|
|
|
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`](https://github.com/nat-n/poethepoet),
|
|
|
|
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)
|