Enable static file handling.

This commit is contained in:
Dave Page 2014-12-16 18:10:07 +00:00
parent c791d2a15f
commit 53389d6ee0

View File

@ -5,7 +5,7 @@
# Copyright (C) 2013 - 2014, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# pgadmin4.py - Main application entry point
# pgAdmin4.py - Main application entry point
#
##########################################################################
@ -22,7 +22,7 @@ sys.path.append(os.path.dirname(__file__))
import config
# Setup the app object
app = Flask(__name__)
app = Flask(__name__, static_url_path='')
#
# Setup logging and log the application startup