News from the Gallery project |
Aug. 27, 2005, 1:43 a.m. |
News from my Django Gallery project: it's coming along nicely. If you want sample code for AJAX with Django or XML-RPC with Django - look into it's source. I implemented parts of the blogger API, metaWeblog API and MoveableType API - just enough so that Photon can post pictures to my gallery. AJAX ... |
Django, Programmierung, Python |
DjangoGallery - sample app with sample installation |
Aug. 20, 2005, 2:41 p.m. |
Mal wieder englisch, da auch für #django interessant I have uploaded the source and made available the repository and a trac instance for my django projects. The first one that's there is the DjangoGallery - that's what I am using at viele-bunte-bilder.de. I have written a first take at an ... |
Django, Programmierung, Python |
erste Django-Anwendung life |
Aug. 19, 2005, 9:44 p.m. |
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 ... |
Django, Programmierung, Python |
CRUD mit Django |
Aug. 17, 2005, 2:51 p.m. |
Create, Read, Update, Delete - die Standardfunktionen klassischer Interfaces - kann man mit Django sehr einfach zusammenbauen. Dazu gibt es die Generic Views. Auf Postneo gibts jetzt ein CRUD Tutorial, welches zeigt wie simpel solche Oberflächen mit Django zusammengestellt werden können. post a ... |
Django, Programmierung, Python |
anonyme Sessions |
Aug. 17, 2005, 10:18 a.m. |
Django hat einen wichtigen Schritt für den Release 1.0 gemacht: anonyme Sessions. Bisher waren ja Sessions bei Django an eine Benutzeranmeldung gekoppelt, aber jetzt gehts auch ohne Registrierung. Wesentlich netter als tausende Cookies beim Benutzer zu erzeugen.
|
Django, Programmierung, Python |
A comparison of Django with Rails |
Aug. 16, 2005, 4:21 p.m. |
A comparison of Django with Rails ist ein recht guter Vergleich von Rails und Django. Wobei Vergleich bei zwei Systemen die durchaus unterschiedliche Themen adressieren natürlich recht schwierig ist - aber der Artikel versucht zumindestens die beiden Frameworks gegeneinander zu positionieren.
|
Django, Programmierung |
Django, Apache and FCGI |
Aug. 3, 2005, 6:03 p.m. |
In Django, lighttpd and FCGI, second take I described a method how to run Django with FCGI behind a lighttpd installation. I did run the Django FCGIs as standalone servers so that you can run them under different users than the webserver. This document will give you the needed information to do the ... |
Apache, Django, Sysadmin |
Mal wieder neues bei Django |
Aug. 3, 2005, 12:53 a.m. |
Neues gibts da ja dauernd, aber diesmal wieder ein sehr interessantes Feature: das inspectdb Kommando liefert nämlich aus einer PostgreSQL Datenbank die ganzen Tabellen und Felder im Format eines Python Datenmodells. Zusätzlich werden - sofern in der Datenbank abgelegt - auch Fremdschlüssel ... |
Django, Programmierung, Python |