mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
10 lines
190 B
Python
10 lines
190 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PretixHelpersConfig(AppConfig):
|
|
name = 'pretix.helpers'
|
|
label = 'pretixhelpers'
|
|
|
|
|
|
default_app_config = 'pretix.helpers.PretixHelpersConfig'
|