env fixes; task fixes; remove icon from layout

This commit is contained in:
crflynn
2018-04-17 00:23:43 -04:00
parent 80ec4f6582
commit d743011740
5 changed files with 63 additions and 108 deletions

View File

@@ -9,9 +9,10 @@ from pypistats.models.user import User
from pypistats.settings import configs
# change this for migrations
env = os.environ.get("ENV", "dev")
# change this for migrations
app = create_app(configs[env])