2.0+ public access setup
This commit is contained in:
45 files changed
+7875
-32
No files matched your search
@@ -0,0 +1,13 @@
|
||||
Single-database Alembic environment managed through Flask-Migrate.
|
||||
|
||||
Install dependencies with:
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
Then run migrations with:
|
||||
|
||||
flask --app app db upgrade
|
||||
|
||||
For a quick local development bootstrap without Alembic, the app also exposes:
|
||||
|
||||
flask --app app init-db
|
||||
Reference in new issue
Block a user