diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-14 11:10:30 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-14 11:10:30 +0100 |
commit | d3657cc0e630a582a592509c6742fd3e58763e57 (patch) | |
tree | f13ce90c138685b1132da40637b25320a5c63387 /pergamon/settings/local.py.sample | |
parent | 04b4d26575ba712c1f16ae1273239c0d1f2a582d (diff) | |
download | ishtar-pergamon-d3657cc0e630a582a592509c6742fd3e58763e57.tar.bz2 ishtar-pergamon-d3657cc0e630a582a592509c6742fd3e58763e57.zip |
Manage tracking code with settings
Diffstat (limited to 'pergamon/settings/local.py.sample')
-rw-r--r-- | pergamon/settings/local.py.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pergamon/settings/local.py.sample b/pergamon/settings/local.py.sample index f595369..771ffc8 100644 --- a/pergamon/settings/local.py.sample +++ b/pergamon/settings/local.py.sample @@ -1,6 +1,7 @@ EXTRA_APP = "" # add your own extra app LANGUAGE_CODE = "fr-fr" +PERGAMON_TRACKING_CODE = "" SECRET_KEY = "" # put a random string BASE_URL = "" # put the website url (with http) |