mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Aggressive caching of settings
This commit is contained in:
@@ -49,6 +49,7 @@ class Event(LoggedModel):
|
||||
:type plugins: str
|
||||
"""
|
||||
|
||||
settings_namespace = 'event'
|
||||
organizer = models.ForeignKey(Organizer, related_name="events", on_delete=models.PROTECT)
|
||||
name = I18nCharField(
|
||||
max_length=200,
|
||||
|
||||
Reference in New Issue
Block a user