mirror of
https://github.com/pretix/pretix.git
synced 2026-08-17 11:56:27 +00:00
Add plugin installation docs and rebuild command
This commit is contained in:
@@ -18,3 +18,7 @@ class PretixBaseConfig(AppConfig):
|
||||
|
||||
|
||||
default_app_config = 'pretix.base.PretixBaseConfig'
|
||||
try:
|
||||
import pretix.celery_app as celery # NOQA
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user