Statistics
| Branch: | Tag: | Revision:

root / urls.py @ 8444bcd7

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
3f94a1ae 09/07/2011 05:31 pm Giorgos Verigakis

Initial import of the admin web interface

Refs #849

bd0a9536 07/01/2011 04:17 pm Vangelis Koukis

Merge branch 'ui-0.5'

7dba23cb 06/28/2011 02:44 pm Christos Psaltis

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

Conflicts:
settings.py.dist

32c20e24 06/21/2011 02:46 pm Giorgos Gousios

Merge branch 'api-current' into helpdesk-gui

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

5c1d69e9 06/14/2011 03:09 pm Giorgos Gousios

Retrieve the temp auth token and store it in a cookie

68688470 06/14/2011 11:03 am Giorgos Gousios

Retrieve fake user token from the API

Refs: #665

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

fix ui absolute paths. use relative only

Refs #421

05310288 06/10/2011 05:00 pm Giorgos Gousios

Methods to retrieve list of active synnefo users

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