| changeset 1193 | cd67b17d257d |
| parent 1180 | 54ef33bb4065 |
| child 1255 | ec7a604ed821 |
| 1192:7a8e74f819bc | 1193:cd67b17d257d |
|---|---|
1 from django.conf.urls.defaults import patterns, url, include |
1 from django.conf.urls import patterns, url, include |
2 from ldt.management import test_ldt |
2 from ldt.management import test_ldt |
3 |
3 |
4 # Uncomment the next two lines to enable the admin: |
4 # Uncomment the next two lines to enable the admin: |
5 # from django.contrib import admin |
5 # from django.contrib import admin |
6 # admin.autodiscover() |
6 # admin.autodiscover() |