erste Django-Anwendung life

So, meine erste Django-Anwendung ist life - noch nicht fertig, aber im Moment schon mal so gut, das sie besser ist als das alte PHP-Gemölter das da vorher lief. Und zwar gehts hier um meine Bildergalerie unter viele-bunte-bilder.de. Im Moment gibts zwar die Benutzerregistrierung und alles was damit zusammenhängt - aber das werd ich noch irgendwann mal einbauen. Oder auch nicht. Schaun mer mal.

Auf jeden Fall ist es schon mal ganz nett - ich kann Bilder wieder direkt aus iPhoto hochladen (was der wichtigste Vorteil der alten Galeriesoftware war) und die Sachen liegen im Filesystem, nicht in einer Datenbank - was ebenfalls ein recht wichtiger Punkt war.

Die Software selber ist natürlich verfügbar - wer stöbern will, ich hab eine Trac-Instanz mit meinen Django-Spielereien aufgesetzt.

Seit 2007 ist nix mehr davon online.

tags: Django, Programmierung, Python

Adrian Holovaty Aug. 20, 2005, 12:08 a.m.

Nice work on the photo gallery! It'd be really easy for you to add user-comment capabilities to each photo, too -- there's no documentation about this yet, but you can take a look at the djangoproject.com source code for hints.

hugo Aug. 20, 2005, 1:51 a.m.

Yep, I know - comments are on the todo list :-)

But first I think I will delve into user authentication so that I can provide simple metadata changing via the web interface (maybe adding a bit of Ajax on the way). And user registration, so that again others could make use of the gallery if they want to. Next will be RSS support. Then comments. And later maybe tagging - depends on wether garth will provide a nice basic tagging app.

For now it was important for me to get rid of one PHP application, next will be to get rid of several mod_perl application installations.