mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Added runtime SASS compliation and color settings
This commit is contained in:
@@ -5,4 +5,8 @@ class PretixPresaleConfig(AppConfig):
|
||||
name = 'pretix.presale'
|
||||
label = 'pretixpresale'
|
||||
|
||||
def ready(self):
|
||||
from . import style # noqa
|
||||
|
||||
|
||||
default_app_config = 'pretix.presale.PretixPresaleConfig'
|
||||
|
||||
Reference in New Issue
Block a user