mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
9 lines
189 B
Python
9 lines
189 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PretixPresaleConfig(AppConfig):
|
|
name = 'pretix.presale'
|
|
label = 'pretixpresale'
|
|
|
|
default_app_config = 'pretix.presale.PretixPresaleConfig'
|