Statistics
| Branch: | Tag: | Revision:

root / README @ d7710a26

History | View | Annotate | Download (1 kB)

# Date Author Comment
58c9cd57 02/02/2011 07:21 pm Markos Gogoulos

necessary patch for POST to work

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...
2d640b8d 01/29/2011 12:39 pm Markos Gogoulos

Added on the documentation how to fix some POST errors that are discussed here: http://code.grnet.gr/issues/193

fd630546 01/26/2011 08:41 pm Markos Gogoulos

added virtualenv --python2.6 on the Readme, for systems with 2.4 Python as the default (eg Ubuntu 9.x)

1dd48fea 01/17/2011 12:38 pm Markos Gogoulos

standard/list view instances small css changes, plus README quick note added

c245d97f 01/16/2011 06:49 pm Christos Psaltis

removed references to alt-main from README

c55e7b4e 01/15/2011 08:01 pm Markos Gogoulos

a small change on the documentation (added dependencies)

edda4d30 01/14/2011 10:02 pm Markos Gogoulos

removed django localeurl, added ui/i18n that handles the change of languages with GET. also added the translation of a few strings and updated a few lines on the documentation

cce1239f 01/12/2011 03:19 pm Dimitris Moraitis

update installation docs

ffe60d9d 01/10/2011 01:33 pm Christos Psaltis

added x icon for closing notification window and modified list view's icon color

6937ff40 01/08/2011 06:12 pm Markos Gogoulos

added django-localeurl on the documentation (needs to be installed)

b446b2bf 12/21/2010 08:05 pm Christos Psaltis

added border bottom

e45948fc 12/21/2010 05:10 pm Christos Psaltis

more details on installation in readme

22fd7595 12/21/2010 04:52 pm Christos Psaltis

updated readme, mo more chameleon

93b49efa 12/20/2010 09:19 pm Dimitris Moraitis

more css improvements

8e2698c0 12/20/2010 08:01 pm Christos Psaltis

added installation instructions