Revision 862ad222 snf-pithos-webclient/setup.py
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