Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient / pithos_webclient / synnefo_settings.py @ master

History | View | Annotate | Download (1.8 kB)

# Date Author Comment
bebc7707 09/17/2013 02:08 am Kostas Papadimitriou

Update cloudbar context processor module

processor moved in webproject package in 0.14.6

862ad222 06/19/2013 05:29 pm Georgios D. Tsoukalas

fix synnefo.settings circular import dependency

Break this import circle:

django.conf -> synnefo.settings (via DJANGO_SETTINGS_MODULE)
synnefo.settings -> pithos_webclient.synnefo_settings (via entry points)
pithos_webclient.synnefo_settings -> pithos_webclient.urls...

fc764443 05/31/2013 05:56 pm Kostas Papadimitriou

Component/service friendly views

- Enrich settings with setting keys shared with pithos-app in order to be able
to properly resolve dynamically set urls and prefixes
- Serve ui service of the pithos component

6157de5b 05/31/2013 01:51 pm Kostas Papadimitriou

Python packaging improvments

- Use {% include %} to extend index.html with appropriate django context
- Introduce `urls_config` context variable. A dict that contains requred webapp
endpoints. Keys are merged in otherProperties js object.

28adfa0f 04/09/2012 12:33 pm Kostas Papadimitriou

Rename snf-pithos-web-client to snf-pithos-webclient