Merge pull request #172 from Phyxsius/patch-3

Patch 3
This commit is contained in:
Saurabh Kumar 2015-01-04 12:54:02 +05:30
commit 67eeeeab6c
2 changed files with 2 additions and 2 deletions

View File

@ -41,4 +41,4 @@ class Local(Common):
}
# end django-debug-toolbar
# Your local stuff: Below this line define 3rd party libary settings
# Your local stuff: Below this line define 3rd party library settings

View File

@ -119,4 +119,4 @@ class Production(Common):
CACHES = values.CacheURLValue(default="memcached://127.0.0.1:11211")
# END CACHING
# Your production stuff: Below this line define 3rd party libary settings
# Your production stuff: Below this line define 3rd party library settings