summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 14:35:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 14:35:00 +0200
commit60c6201602a3541f228a9a4323cda9d33b93e9ea (patch)
treecb9d50ff0bf22f76690c5b91e2bb1f38017e3bcc
parent6c40a1c20aecdd826760bc5ab87c20dc2ea9f40b (diff)
downloadIshtar-60c6201602a3541f228a9a4323cda9d33b93e9ea.tar.bz2
Ishtar-60c6201602a3541f228a9a4323cda9d33b93e9ea.zip
Comments
-rw-r--r--archaeological_finds/ishtar_menu.py2
-rw-r--r--example_project/local_settings.py.gitlab-ci2
-rw-r--r--example_project/local_settings.py.sample2
3 files changed, 4 insertions, 2 deletions
diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py
index 8cffe78e4..e31db1bc1 100644
--- a/archaeological_finds/ishtar_menu.py
+++ b/archaeological_finds/ishtar_menu.py
@@ -49,7 +49,7 @@ MENU_SECTIONS = [
# MenuItem(
# 'treatment_creation', _(u"Add a treatment"),
# model=models.Treatment,
- #  access_controls=['change_find',
+ # access_controls=['change_find',
# 'change_own_find']),
MenuItem(
'find_deletion', _(u"Deletion"),
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index 69744da43..7f4bcefa1 100644
--- a/example_project/local_settings.py.gitlab-ci
+++ b/example_project/local_settings.py.gitlab-ci
@@ -10,3 +10,5 @@ DATABASES = {
}
LOGFILE = '/tmp/ishtar.log'
+
+PROJECT_SLUG = "CI-instance"
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample
index ee5338801..5a7550d9a 100644
--- a/example_project/local_settings.py.sample
+++ b/example_project/local_settings.py.sample
@@ -34,7 +34,7 @@ DEBUG_TOOLBAR = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = False
-# important to change on a server hosting multiple ishtar instances
+# very important to change on a server hosting multiple ishtar instances
PROJECT_SLUG = "my-project"
# complete with host/domain names that this website can serve