Fix detection of core modules after ae910eb7

This commit is contained in:
Raphael Michel
2017-07-13 20:33:08 +02:00
parent 5a8042cc10
commit d644b8fe01
2 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -257,9 +257,9 @@ REST_FRAMEWORK = {
CORE_MODULES = {
("pretix", "base"),
("pretix", "presale"),
("pretix", "control")
"pretix.base",
"pretix.presale",
"pretix.control"
}
MIDDLEWARE = [