120
by Holger Rapp
Initital (unusable) version of wlmaps application |
1 |
#!/usr/bin/env python -tt
|
2 |
# encoding: utf-8
|
|
404.2.2
by franku
test install |
3 |
from django.conf.urls import * |
120
by Holger Rapp
Initital (unusable) version of wlmaps application |
4 |
|
5 |
urlpatterns = patterns('', |
|
402.1.2
by franku
add_hint_to_map_views |
6 |
url(r'^wlmaps/', include('wlmaps.urls')), |
7 |
)
|