making it ready for prd
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# lapp
|
||||
|
||||
list app
|
||||
list app
|
||||
|
||||
install
|
||||
1. clone repo
|
||||
2. create subfolder "instance" to store database file
|
||||
3. for an initial instance: run python3 initialze_data.py
|
||||
4. add the below config to your apache2 enabled site
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
from app import create_app
|
||||
from lapp import create_app
|
||||
import sqlalchemy as sa
|
||||
from models import db, User, ListOfItems, Shared, Item
|
||||
|
||||
|
||||
Reference in New Issue
Block a user