diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py index 80a1de2..67c006a 100644 --- a/settings.py +++ b/settings.py @@ -42,9 +42,6 @@ MOGRIFY = "mogrify" # for rotating images # django/conf/global_settings.py which is automatically loaded first. # read https://docs.djangoproject.com/en/dev/topics/settings/ -# Build paths inside the project like this: os.path.join(BASE_DIR, ...) -# BASE_DIR = os.path.dirname(os.path.dirname(__file__)) - # Django settings for troggle project. ALLOWED_HOSTS = ["*", "expo.survex.com", ".survex.com", "localhost", "127.0.0.1", "192.168.0.5"] |