This commit is contained in:
cube
2026-03-30 16:48:04 +01:00
parent 9483193ebb
commit db4a7cc46e
3 changed files with 5 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ the other option is to export the entire system to json or zip file. **importing
both are a little janky as they've just been implemented rather quickly to cover the base requirement of being able to migrate the database in some form. **don't rely on them, be sure to keep your own backups**.
**individual member import via zip folder is not currently possible**
# dev set up (windows)
- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`