Revision 862ad222
b/snf-pithos-webclient/pithos_webclient/synnefo_settings.py | ||
---|---|---|
45 | 45 |
context_processors = [ |
46 | 46 |
'synnefo.lib.context_processors.cloudbar' |
47 | 47 |
] |
48 |
|
|
49 |
# namespace |
|
50 |
from django.conf.urls.defaults import include, patterns |
|
51 |
urlpatterns = patterns('', |
|
52 |
('', include('pithos_webclient.urls')), |
|
53 |
) |
b/snf-pithos-webclient/setup.py | ||
---|---|---|
288 | 288 |
entry_points={ |
289 | 289 |
'synnefo': [ |
290 | 290 |
'web_apps = pithos_webclient.synnefo_settings:installed_apps', |
291 |
'urls = pithos_webclient.synnefo_settings:urlpatterns',
|
|
291 |
'urls = pithos_webclient.urls:urlpatterns',
|
|
292 | 292 |
'web_static = pithos_webclient.synnefo_settings:static_files', |
293 | 293 |
'web_context_processors = ' |
294 | 294 |
'pithos_webclient.synnefo_settings:context_processors' |
Also available in: Unified diff