aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8281826..d9f50d3 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,11 @@
At the end of the day it probably just targets the audience at YK Pao School
because I don't have time to maintain a project that could be used by others.
+It is currently written in Python, but we're switching to Golang for
+performance and dependency issues.
+
## Errors
-* If you get `sqlalchemy.exc.ArgumentError: Class '<class 'fbfp.models.User'>' already has a primary mapper defined.`, then your Flask-SQLAlchemy is too old. Install according to `pyproject.toml` please.
+* If you get `sqlalchemy.exc.ArgumentError: Class '<class 'fbfp.models.User'>' already has a primary mapper defined.`,
+ then your Flask-SQLAlchemy is too old. Install according to `pyproject.toml`
+ please.