mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-09 12:47:48 +00:00
re-sslify
This commit is contained in:
@@ -16,7 +16,7 @@ from pypistats.settings import configs
|
|||||||
env = os.environ.get("ENV", "dev")
|
env = os.environ.get("ENV", "dev")
|
||||||
|
|
||||||
app = create_app(configs[env])
|
app = create_app(configs[env])
|
||||||
# sslify = SSLify(app)
|
sslify = SSLify(app)
|
||||||
celery = create_celery(app)
|
celery = create_celery(app)
|
||||||
|
|
||||||
app.logger.info(f"Environment: {env}")
|
app.logger.info(f"Environment: {env}")
|
||||||
|
|||||||
Reference in New Issue
Block a user