summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.hgignore16
-rw-r--r--localsettingsdocker.py2
-rw-r--r--[-rwxr-xr-x]modelviz.py0
3 files changed, 1 insertions, 17 deletions
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 6cbf023..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,16 +0,0 @@
-# use glob syntax
-syntax: glob
-
-*.pyc
-db*
-localsettings.py
-*~
-parsing_log.txt
-troggle
-troggle_log.txt
-.idea/*
-*.orig
-media/images/*
-.vscode/*
-.swp
-imagekit-off/
diff --git a/localsettingsdocker.py b/localsettingsdocker.py
index 331d23e..aa7e7a9 100644
--- a/localsettingsdocker.py
+++ b/localsettingsdocker.py
@@ -1,5 +1,5 @@
import sys
-# link localsettings to this file for use on expo computer in austria
+# This is the local settings for use with the docker compose dev setup. It is imported automatically
DATABASES = {
'default': {
diff --git a/modelviz.py b/modelviz.py
index e3ada4b..e3ada4b 100755..100644
--- a/modelviz.py
+++ b/modelviz.py