Commit f6c2780c by Calen Pennington

Remove obselete cms startup code

parent 7110500e
...@@ -9,17 +9,8 @@ settings.INSTALLED_APPS # pylint: disable=W0104 ...@@ -9,17 +9,8 @@ settings.INSTALLED_APPS # pylint: disable=W0104
from django_startup import autostartup from django_startup import autostartup
# TODO: Remove this code once Studio/CMS runs via wsgi in all environments
INITIALIZED = False
def run(): def run():
""" """
Executed during django startup Executed during django startup
""" """
global INITIALIZED
if INITIALIZED:
return
INITIALIZED = True
autostartup() autostartup()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment