diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-21 17:20:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-21 17:27:41 +0200 |
commit | a3a59a6c4aae5f5543858a526f73d7f16599477c (patch) | |
tree | 6a173bb198293c8f3387a66c9d5b6e7ff362b038 /ishtar_common/models.py | |
parent | b8a90917c5fb5481faeebad05171ecd5cd4b7da8 (diff) | |
download | Ishtar-a3a59a6c4aae5f5543858a526f73d7f16599477c.tar.bz2 Ishtar-a3a59a6c4aae5f5543858a526f73d7f16599477c.zip |
Remove ISHTAR_LOCAL_PREFIX and FILE_PREFIX (now managed by the profile)
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 9ec03b60e..b0625e25c 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -960,7 +960,7 @@ class IshtarSiteProfile(models.Model, Cached): u"can be used to display a random image.")) file_external_id = models.TextField( _(u"File external id"), - default="{settings__ISHTAR_LOCAL_PREFIX}{year}-{numeric_reference}", + default="{year}-{numeric_reference}", help_text=_(u"Formula to manage file external ID. " u"Change this with care. With incorrect formula, the " u"application might be unusable and import of external " |