File field of Upload from file is now mandatory.
Integrates 1sts IRI improvements in JavaScript test-suite.
Continue testing error messages of mandatory fields, up to 704 tests.
from django.conf.urls.defaults import *
# Uncomment the next two lines to enable the admin:
from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
(r'', include('cm.urls')),
)
try :
import urls_local
except ImportError :
pass