Aggressive caching of settings

This commit is contained in:
Raphael Michel
2016-11-08 14:45:55 +01:00
parent 368d04ae72
commit c53691cb8c
4 changed files with 45 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ class Organizer(LoggedModel):
:type slug: str
"""
settings_namespace = 'organizer'
name = models.CharField(max_length=200,
verbose_name=_("Name"))
slug = models.SlugField(