aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-05-30 03:52:29 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-05-30 03:52:29 +0300
commitc0932d38b457d8c561a917a4ab9a78fcf3c3d7c7 (patch)
tree2cf723c951d020d0c51fe127104ebc208a42e5c0 /settings
parentAdd more LDAP vars in settings (diff)
downloadidentity.gentoo.org-c0932d38b457d8c561a917a4ab9a78fcf3c3d7c7.tar.gz
identity.gentoo.org-c0932d38b457d8c561a917a4ab9a78fcf3c3d7c7.tar.bz2
identity.gentoo.org-c0932d38b457d8c561a917a4ab9a78fcf3c3d7c7.zip
PROJECT_ROOT is defined in settings.py, removing from the sample files
Diffstat (limited to 'settings')
-rw-r--r--settings/90-development.sample3
-rw-r--r--settings/90-production.sample3
2 files changed, 0 insertions, 6 deletions
diff --git a/settings/90-development.sample b/settings/90-development.sample
index 6fa8c35..121b057 100644
--- a/settings/90-development.sample
+++ b/settings/90-development.sample
@@ -23,9 +23,6 @@ DATABASES = {
}
}
-# Absolute path of your project
-PROJECT_ROOT = '/home/user/okupy'
-
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
diff --git a/settings/90-production.sample b/settings/90-production.sample
index f499056..db93260 100644
--- a/settings/90-production.sample
+++ b/settings/90-production.sample
@@ -23,9 +23,6 @@ DATABASES = {
}
}
-# Absolute path of your project
-PROJECT_ROOT = '/home/user/okupy'
-
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.