Statistics
| Branch: | Tag: | Revision:

root / urls.py @ d7aa7e06

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
7dba23cb 06/28/2011 02:44 pm Christos Psaltis

Merge remote-tracking branch 'origin/api-current' into ui-0.5

Conflicts:
settings.py.dist

a191bd4d 06/21/2011 01:07 pm Giorgos Verigakis

Merge branch 'master' of https://code.grnet.gr/git/synnefo into api-current

Conflicts:
api/images.py
api/networks.py
contrib/ganeti-hooks/kvm-vif-bridge
db/fixtures/images.json
db/models.py
logic/backend.py
logic/tests.py
settings.py.dist
tools/cloud

adee02b8 06/17/2011 12:48 am Giorgos Verigakis

Add proper license headers

0a5c4b4d 06/10/2011 10:25 pm Markos Gogoulos

fix ui absolute paths. use relative only

Refs #421

d875d2e4 05/16/2011 05:27 pm Giorgos Gousios

Support '/' at the end of the invitations URL

refs: #439

68e6d8df 05/11/2011 02:29 pm Giorgos Gousios

Active the invitations app

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