mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-07 20:57:47 +00:00
env fixes; task fixes; remove icon from layout
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user