Ticket #12675: 12675.diff

File 12675.diff, 437 bytes (added by stephanhoyer, 14 years ago)

Patch 1

  • django/conf/project_template/settings.py

    diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
    index 96b982f..361a36b 100644
    a b INSTALLED_APPS = (  
    8383    'django.contrib.sessions',
    8484    'django.contrib.sites',
    8585    'django.contrib.messages',
     86    # Uncomment the next line to enable the admin:
     87    # 'django.contrib.admin',
    8688)
Back to Top