mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Add EXIF data displaying
Add info to setup and manifest(o) Change background scroll effect
This commit is contained in:
parent
44a6712b6e
commit
8c25779882
10 changed files with 74 additions and 27 deletions
|
@ -32,7 +32,7 @@ def create_app(test_config=None):
|
|||
SECRET_KEY=os.environ.get('FLASK_SECRET'),
|
||||
DATABASE=os.path.join(app.instance_path, 'gallery.sqlite'),
|
||||
UPLOAD_FOLDER=os.path.join(app.root_path, 'user', 'uploads'),
|
||||
ALLOWED_EXTENSIONS=['png', 'jpg', 'jpeg', 'webp'],
|
||||
ALLOWED_EXTENSIONS=os.environ.get('FLASK_EXTENSIONS'),
|
||||
)
|
||||
|
||||
if test_config is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue