Statistics
| Branch: | Tag: | Revision:

root / urls.py @ 7d52c0b4

History | View | Annotate | Download (466 Bytes)

# Date Author Comment
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...
78dec216 01/24/2011 12:41 pm Vassilios Karakoidas

Add aquarium app to django base project; Modify configuration files appropriately

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

d7f0ad6e 01/07/2011 07:53 pm Markos Gogoulos

internalization

cc7c5902 12/17/2010 10:00 pm Dimitris Moraitis

port to Django

3758cc42 11/26/2010 09:56 pm Faidon Liambotis

Add Auth-API application, plus the StripURLMiddleware

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit