Writing a Simple Filesystem Browser with Django |
July 31, 2005, 1:51 a.m. |
Dieser Artikel ist mal wieder in Englisch, da er auch für die Leute auf #django interessant sein könnte. This posting will show how to build a very simple filesystem browser with Django. This filesystem browser behaves mostly like a static webserver that allows directory traversal. The only ... |
Django, Programmierung, Python, Texte |
Leichen im Keller |
July 29, 2005, 12:34 a.m. |
Jede Software hat sie - irgendwelche Leichen im Keller die anfangen zu stinken wenn man sie findet. Django leider auch. Und zwar die Behandlung von Unicode. Der automatisch generierte Admin in Django schickt immer XHTML und utf-8 raus an den Browser. Die Browser schicken daher auch utf-8 zurück. ... |
Django, Programmierung, Python |
Django, lighttpd and FCGI, second take |
July 27, 2005, 1:27 p.m. |
In my first take at this stuff I gave a sample on how to run django projects behind lighttpd with simple FCGI scripts integrated with the server. I will elaborate a bit on this stuff, with a way to combine lighttpd and Django that gives much more flexibility in distributing Django applications over ... |
Django, Programmierung, Python, Sysadmin, Texte |
es gibt Tage da hasst mein Computer mich |
July 26, 2005, 10:35 p.m. |
Zum Beispiel wenn ich mit Flup spiele und statt des threaded Servers einen forked Server nehmen will. Und feststelle, das der dann aber die Funktion socketpair benötigt. Die aber dummerweise nur ab Python 2.4 verfügbar ist, welches zwar auf Debian Sarge da ist, aber dafür gibts in der Debian ... |
Debian, Django, Python, Sysadmin |
Running Django with FCGI and lighttpd |
July 26, 2005, 12:04 p.m. |
Diese Dokumentation ist für einen grösseren Kreis als nur .de gedacht, daher das ganze in NeuwestfälischEnglisch. Sorry. Update: I maintain the actually descriptions now in my trac system. See the FCGI+lighty description for Django. There are different ways to run Django on your machine. One way ... |
Django, Programmierung, Python, Sysadmin, Texte |
Und wieder mal Django |
July 22, 2005, 11:20 a.m. |
Django - das kommende Webframework für Python - hat jetzt [SQLite 3 Support][0]. Damit ist eine Installation einer Entwicklungsumgebung für Django-Projekte jetzt extrem simpel geworden: Python 2.3 oder Python 2.4 muss da sein und ansonsten noch SQLite3 und PySQLite2. Auf dem Mac ist also im ... |
Django, Programmierung, Python |
Erste Django Tutorials online |
July 17, 2005, 10:47 a.m. |
Die Django-Programmierer legen mit den Tutorials los. Das erste Tutorial beschäftigt sich primär mit der Erstellung des Datenbankmodells und des Grundcodes für die zu verwaltenden Objekte und das zweite Tutorial beschäftigt sich mit der automatisch generierten Administrationsoberfläche. Sehr ... |
Apache, Debian, Django, Programmierung, Python |
Django - neues Webframework für Python |
July 15, 2005, 8:21 p.m. |
Mal wieder ein weiteres Web-Framework für Python, diesmal mit dem markigen Namen Django. Ich bin zwar skeptisch was weitere Webframeworks angeht - gibt schon haufenweise, und ich muss gestehen das ich zu dem einen oder anderen auch was beigetragen habe - aber dieses bietet einige interessante ... |
Django, Programmierung, Python |