Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move mitxmako initialization to a startup module #811

Merged

Conversation

cpennington
Copy link
Contributor

It is called by lms.startup and cms.startup for both management commands and when run via wsgi

@nedbat @ormsbee: Review?

@@ -6,8 +6,10 @@ def autostartup():
Execute app.startup:run() for all installed django apps
"""
for app in settings.INSTALLED_APPS:
if app == 'mitxmako':
import pdb; pdb.set_trace()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOPS

@nedbat
Copy link
Contributor

nedbat commented Aug 27, 2013

There are things here I don't understand, but it seems right. 👍

…up and cms.startup for both management commands and when run via wsgi

[DEVPAIN-7]
@ormsbee
Copy link
Contributor

ormsbee commented Aug 30, 2013

👍

cpennington added a commit that referenced this pull request Aug 30, 2013
Move mitxmako initialization to a startup module
@cpennington cpennington merged commit ea36b83 into openedx:master Aug 30, 2013
@cpennington cpennington deleted the initialize-mitxmako-at-startup branch August 30, 2013 20:10
replaceafill pushed a commit to open-craft/edx-platform that referenced this pull request Jul 5, 2017
andrey-canon pushed a commit to eduNEXT/edx-platform that referenced this pull request Jul 5, 2018
kluo pushed a commit to kluo/edx-platform that referenced this pull request Aug 17, 2018
* tk/install-xblock:
  Update mufi installation in requirements files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants