Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient / setup.py @ 02f1204b

History | View | Annotate | Download (10 kB)

# Date Author Comment
5e5051bc 09/25/2013 10:41 am Christos Stavrakakis

Update django dependency to <1.5

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...

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.

e4ac2d18 05/22/2013 01:30 pm Kostas Papadimitriou

Extend otherProperties with branding settings

otherProperties object defined in the index.html is used from within the GWT
app to access deployment specific configuration options. A new placeholder added
in index.html. The placeholder gets replaced with django template code which...

9a450603 05/22/2013 01:07 pm Kostas Papadimitriou

Fix setup.py dependencies

snf-branding-app -> snf-branding

0fd5f349 02/07/2013 06:03 pm Kostas Papadimitriou

Devflow integration

f90dd41a 04/11/2012 05:02 pm Kostas Papadimitriou

New setting PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE

which overrides cloudbar js script ACTIVE_SERVICE setting.

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

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