Statistics
| Branch: | Tag: | Revision:

root / vocabs.py @ d08a5f6f

History | View | Annotate | Download (13.7 kB)

# Date Author Comment
d08a5f6f 02/08/2011 11:32 pm Vangelis Koukis

What commit b4141604 should have contained.

The proper contents of commit b4141604 are included here.


2cc9d3a5 02/01/2011 08:58 pm Markos Gogoulos

get rid of the MOCK objects and use a database with initial data loaded

  • added database.sqlite with objects and also oceandata.json that can be used in future to create the database. For now it is not necessary. Just git pull,
    cp settings.py.dist settings.py and you are done. You are using sqlite now! The usual procedure would be to run a manage.py syncdb, to create a database, and then load the data with ./bin/python manage.py loaddata oceandata.json, however this is not needed now...
2ed31bce 01/26/2011 04:48 pm Markos Gogoulos

a few minor changes regarding the naming of metadata, Server Label has become Server_Label (xml naming does not like spaces), also changed vocabs.py and machines.html according to the STATES tuple of vocabs.py

be7b8d37 01/26/2011 12:25 pm Vassilios Karakoidas
  • Updated models for db
a09c1220 01/26/2011 11:20 am Vassilios Karakoidas
  • rename all scripts to their proper names
  • add BillAllocator and Charger
07f3219d 01/26/2011 11:01 am Vassilios Karakoidas
  • Rename aquarium -> db
  • Add Virtual Machine States into vocabs.py
1c86af5b 01/20/2011 07:17 pm Christos Psaltis

fixed appearance of spinner in list view, transformed it to table and added sorting

800ee222 01/20/2011 11:42 am Christos Psaltis

added 1px space between grey delimiting line and each instance

cbec4223 01/19/2011 04:38 pm Markos Gogoulos

mock id typo fixed for Ubuntu OS

f1ac7ca8 01/15/2011 07:55 pm Markos Gogoulos

list view css corrections

ec06b07c 01/15/2011 07:50 am Dimitris Moraitis

js api calls