Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / urls.py @ 039e3e61

History | View | Annotate | Download (2 kB)

# Date Author Comment
cbf7b384 11/07/2012 07:50 pm Kostas Papadimitriou

UI quota limit handling

ui inititalization process now includes a call to the introduced
`ui.views.userquota` view which returns a json representation of available user
quota limits. Quota information is used across ui to prevent user from the
effort of trying to allocate additional resources.

d194e869 06/08/2012 06:15 pm Kostas Papadimitriou

Prepend namespace for named urls of ui

to avoid conflicts with other applications named urls.

0c55f609 02/15/2012 05:23 pm Kostas Papadimitriou

Fixed media urls and static files configuration

- Also removed static files serve view (now added by webproject if
needed)

343d2421 02/06/2012 02:38 pm Kostas Papadimitriou

Fixed machine connect urls

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app