Skip to content

Commit

Permalink
example app fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqb committed Nov 20, 2012
1 parent 5ebda9e commit 019de0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion example/manage.py
Expand Up @@ -34,7 +34,6 @@ def setup(root=None, settings_module_name=None):
# 2) setup pythonpath
if os.path.exists(path('lib')):
site.addsitedir(path('lib'))
site.addsitedir(path('..'))

# 2) cofigure django
setup_environ(settings)
Expand Down
1 change: 1 addition & 0 deletions example/requirements.txt
@@ -1,3 +1,4 @@
django==1.4
django-debug-toolbar
-e git+git://github.com/jqb/django-staticserve.git#egg=staticserve
django-settings
9 changes: 0 additions & 9 deletions example/settings/common.py
Expand Up @@ -97,12 +97,3 @@
MEDIA_URL = '/media/'
# APPS SETTINGS #########################################


# ATTENTION: This may vary on your system!
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
}
}

0 comments on commit 019de0f

Please sign in to comment.