diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-13 22:11:38 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-13 22:11:38 -0500 |
commit | 39eb97cbceeb332c21eaeeb4843b58b34667cfb2 (patch) | |
tree | eb11eee877bc42163ce3e17c8fcd99cf72eb1d69 /manage.py | |
parent | add expiry, and wsgi usage to support that (diff) | |
download | stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.tar.gz stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.tar.bz2 stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.zip |
refactor filenames and improve docs
Diffstat (limited to 'manage.py')
-rw-r--r-- | manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from flask_script import Manager, Server from flask_script.commands import Clean -from pastebin import app, db +from stackbin import app, db manager = Manager(app) |