mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Removed unused db script
This commit is contained in:
12
db.py
12
db.py
@@ -1,12 +0,0 @@
|
||||
from flask.ext.script import Manager, Server
|
||||
from flask_migrate import Migrate, MigrateCommand
|
||||
from app import create_app, db
|
||||
from credstash import getAllSecrets
|
||||
|
||||
secrets = getAllSecrets(region="eu-west-1")
|
||||
|
||||
application = create_app('live', secrets)
|
||||
|
||||
manager = Manager(application)
|
||||
migrate = Migrate(application, db)
|
||||
manager.add_command('db', MigrateCommand)
|
||||
@@ -4,4 +4,4 @@ echo "Install dependencies"
|
||||
cd /home/ubuntu/notifications-admin;
|
||||
export FLASK_CONFIG=/home/ubuntu/config.cfg
|
||||
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
||||
python3 db.py db upgrade
|
||||
python3 app.py db upgrade
|
||||
|
||||
Reference in New Issue
Block a user