Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/MolesManager/urls.py@8015
Revision 8015,
678 bytes
checked in by mnagni, 9 years ago
(diff) |
implemented a prototype for the cedaObservation.
Further implementation for the Moles2 migration
|
Line | |
---|
1 | from django.conf.urls.defaults import patterns, include, url |
---|
2 | |
---|
3 | # Uncomment the next two lines to enable the admin: |
---|
4 | # from django.contrib import admin |
---|
5 | # admin.autodiscover() |
---|
6 | |
---|
7 | urlpatterns = patterns('', |
---|
8 | # Examples: |
---|
9 | # url(r'^$', 'MolesManager.views.home', name='home'), |
---|
10 | # url(r'^MolesManager/', include('MolesManager.foo.urls')), |
---|
11 | |
---|
12 | # Uncomment the admin/doc line below to enable admin documentation: |
---|
13 | # url(r'^admin/doc/', include('django.contrib.admindocs.urls')), |
---|
14 | |
---|
15 | # Uncomment the next line to enable the admin: |
---|
16 | # url(r'^admin/', include(admin.site.urls)), |
---|
17 | ) |
---|
18 | |
---|
19 | urlpatterns += patterns('MolesManager.views.cedaObservationView', |
---|
20 | (r'^cov/$', 'coView'), |
---|
21 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.