« Previous | Next » 

Revision 2cc9d3a5

ID2cc9d3a5b2c9311099665b645789fbedfacfc48a

Added by Markos Gogoulos about 13 years ago

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
  • MOCK_SERVERS and MOCK_IMAGES from vocabs.py are not called any more. Instead, 6 VirtualMachines and 1 Image were added.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences