diff --git a/ponytracker/settings.py b/ponytracker/settings.py index 0b032eb..8787f4f 100644 --- a/ponytracker/settings.py +++ b/ponytracker/settings.py @@ -6,6 +6,9 @@ https://docs.djangoproject.com/en/dev/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/dev/ref/settings/ + +For ponytracker specific settings and their values, see +https://ponytracker.readthedocs.org/ """ # Build paths inside the project like this: os.path.join(BASE_DIR, ...)