Backport statistics app, remove statistic code from the main app, convert the documents and ocr apps to use the new statictics app code
This commit is contained in:
@@ -37,6 +37,7 @@ urlpatterns = patterns('',
|
||||
(r'^scheduler/', include('scheduler.urls')),
|
||||
(r'^bootstrap/', include('bootstrap.urls')),
|
||||
(r'^registration/', include('registration.urls')),
|
||||
(r'^statistics/', include('statistics.urls', namespace='statistics')),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user