Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / api / service.py @ 279d6e51

History | View | Annotate | Download (5.3 kB)

# Date Author Comment
5ce3ce4f 09/10/2012 01:52 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

aab4d540 08/29/2012 01:52 pm Sofia Papagiannaki

remove unused imports & code refinement

14c5be5a 08/03/2012 11:25 am Sofia Papagiannaki

move get_menu and get_service out of api/admin

6b03a847 05/22/2012 05:44 pm Sofia Papagiannaki

Provide an API call for the service clients to send user feedback

  • new model Service
  • new management commands for handling the services
  • remove ASTAKOS_CLOUD_SERVICES setting
  • change get_services API call to return
    the Service objects
  • separate admin from service API calls...