Django official release
authorymh <ymh.work@gmail.com>
Wed, 27 Feb 2013 14:39:54 +0100
changeset 72 dae411dd5540
parent 71 14c40542dfbb
child 73 892974574bde
Django official release
src/egonomy/config.py.tmpl
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/Django-1.5.tar.gz
virtualenv/res/src/Django-1.5c2.tar.gz
--- a/src/egonomy/config.py.tmpl	Tue Feb 26 17:52:44 2013 +0100
+++ b/src/egonomy/config.py.tmpl	Wed Feb 27 14:39:54 2013 +0100
@@ -30,7 +30,7 @@
 
 CACHES = {
     'default': {
-        'BACKEND': 'django.core.cache.backends.DummyCache',
+        'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
 #        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
 #        'LOCATION': 'unix:/var/run/memcached/memcached.socket',
 #        'KEY_PREFIX': 'ldt',
--- a/virtualenv/res/lib/lib_create_env.py	Tue Feb 26 17:52:44 2013 +0100
+++ b/virtualenv/res/lib/lib_create_env.py	Wed Feb 27 14:39:54 2013 +0100
@@ -17,7 +17,7 @@
 URLS = {
     #'': {'setup': '', 'url':'', 'local':''},
     'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.31.tar.gz', 'local':"distribute-0.6.31.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO': {'setup': 'django', 'url': 'https://www.djangoproject.com/download/1.5c2/tarball/', 'local':"Django-1.5c2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO': {'setup': 'django', 'url': 'https://www.djangoproject.com/download/1.5/tarball/', 'local':"Django-1.5.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/archive/1.0.2.tar.gz', 'local':"django-extensions-1.0.2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'DJANGO-REGISTRATION': { 'setup': 'django-registration', 'url':'https://bitbucket.org/ubernostrum/django-registration/get/v0.8.tar.gz', 'local':"django-registration-0.8.tar.gz", 'install': {'method': 'easy_install', 'option_str': '-Z', 'dict_extra_env': None}},
     'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-0.7.5.tar.gz', 'local':"south-0.7.5.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
Binary file virtualenv/res/src/Django-1.5.tar.gz has changed
Binary file virtualenv/res/src/Django-1.5c2.tar.gz has changed