Changeset 9073 for djangoproject.com/django_website/settings.py
- Timestamp:
- 09/19/08 15:49:50 (4 months ago)
- Files:
-
- djangoproject.com (modified) (1 prop)
- djangoproject.com/django_website/settings.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com
- Property svn:externals changed from
django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
registration -r139 http://django-registration.googlecode.com/svn/trunk/registration/
comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
contact_form -r48 http://django-contact-form.googlecode.com/svn/trunk/contact_form/
to
django http://code.djangoproject.com/svn/django/tags/releases/1.0/django
registration -r168 http://django-registration.googlecode.com/svn/trunk/registration/
contact_form -r49 http://django-contact-form.googlecode.com/svn/trunk/contact_form/
- Property svn:externals changed from
djangoproject.com/django_website/settings.py
r7898 r9073 19 19 CACHE_BACKEND = "dummy:///" 20 20 DJANGO_SVN_ROOT = "http://code.djangoproject.com/svn/django/" 21 ADMIN_MEDIA_PREFIX = '/media/' 21 22 else: 22 23 DEBUG = False … … 26 27 TEMPLATE_DIRS = ['/home/djangoproject.com/django_website/templates'] 27 28 DJANGO_SVN_ROOT = "file:///home/svn/django/django/" 29 ADMIN_MEDIA_PREFIX = 'http://media.djangoproject.com/admin/' 28 30 29 31 SITE_ID = 1 … … 44 46 'django_website.apps.aggregator', 45 47 'registration', 46 'comment_utils',47 48 ) 48 ADMIN_MEDIA_PREFIX = 'http://media.djangoproject.com/admin/'49 49 MEDIA_ROOT = "/home/html/djangoproject.com/m/" 50 50 MEDIA_URL = "http://www.djangoproject.com.com/m/"
