Project

General

Profile

Revision 7646a522

ID7646a522bccaf1f8189df8a05774c1fa369d9757
Parent bb0c65c6
Child 1094874a

Added by Julian Binder over 11 years ago

added admin interface.

View differences:

crm/crm/urls.py
1 1
from django.conf.urls import patterns, include, url
2 2

  
3 3
# Uncomment the next two lines to enable the admin:
4
# from django.contrib import admin
5
# admin.autodiscover()
4
from django.contrib import admin
5
admin.autodiscover()
6 6

  
7 7
urlpatterns = patterns('',
8 8
    # Examples:
......
13 13
    # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
14 14

  
15 15
    # Uncomment the next line to enable the admin:
16
    # url(r'^admin/', include(admin.site.urls)),
16
    url(r'^admin/', include(admin.site.urls)),
17 17
)

Also available in: Unified diff