mirror of
https://github.com/pretix/pretix.git
synced 2026-08-25 13:12:00 +00:00
Fix detection of core modules after ae910eb7
This commit is contained in:
@@ -257,9 +257,9 @@ REST_FRAMEWORK = {
|
||||
|
||||
|
||||
CORE_MODULES = {
|
||||
("pretix", "base"),
|
||||
("pretix", "presale"),
|
||||
("pretix", "control")
|
||||
"pretix.base",
|
||||
"pretix.presale",
|
||||
"pretix.control"
|
||||
}
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
Reference in New Issue
Block a user