Centralize startup code, and execute in all contexts
Inspired by: http://eldarion.com/blog/2013/02/14/entry-point-hook-django-projects/ Moves startup code to lms.startup and cms.startup, and calls the startup methods in wsgi.py and manage.py for both projects.
Showing
cms/one_time_startup.py
deleted
100644 → 0
cms/startup.py
0 → 100644
cms/wsgi.py
0 → 100644
common/djangoapps/datadog/startup.py
0 → 100644
common/lib/django_startup.py
0 → 100644
lms/one_time_startup.py
deleted
100644 → 0
lms/startup.py
0 → 100644
Please
register
or
sign in
to comment