Commit 258802e5 by e0d

Merge pull request #1922 from edx/e0d/remove-pre-wsgi-init

Removing duplicated initialization code.
parents ce44ff89 7be524d7
from django.conf import settings from django.conf import settings
from django.conf.urls import patterns, include, url from django.conf.urls import patterns, include, url
# TODO: This should be removed once the CMS is running via wsgi on all production servers
import cms.startup as startup
from xmodule.modulestore import parsers from xmodule.modulestore import parsers
startup.run()
# There is a course creators admin table. # There is a course creators admin table.
from ratelimitbackend import admin from ratelimitbackend import admin
......
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