forked from CGM_Public/pretix_original
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