| changeset 10 | 000f3ca19eaa |
| parent 9 | 22ab430e9b64 |
| child 19 | 7cf81d58a968 |
| 9:22ab430e9b64 | 10:000f3ca19eaa |
|---|---|
1 from django.conf.urls.defaults import * |
1 from django.conf.urls.defaults import patterns ,include, url, handler500, handler404 |
2 from django.contrib import admin |
2 from django.contrib import admin |
3 from ldt.text import VERSION_STR |
3 from ldt.text import VERSION_STR |
4 |
4 |
5 # Uncomment the next two lines to enable the admin: |
5 # Uncomment the next two lines to enable the admin: |
6 admin.autodiscover() |
6 admin.autodiscover() |