i18n and django |
Sept. 29, 2005, 7:27 p.m. |
Jacob did set up branch commit rights for me and a branch for i18n stuff. So I worked today on the ideas in the patch on ticket 65 by nesh. I did write the stuff mostly from scratch because I wanted some things a bit differently and now it is available for testing. So first on how you can use the ... |
Django, Programmierung, Python |
Routes für Python |
Sept. 27, 2005, 2:05 p.m. |
Sehr interessant: Ben Bangert hat Routes für Python portiert. Routes ist der Kern des Mappings von URLs auf Funktionen und zurück der in Ruby on Rails benutzt wird. Also ein allgemeiner Mechanismus mit dem aus einer URL ein Python-Objekt und aus einem Python-Objekt seine URL ermittelt werden kann ... |
Django, Programmierung, Python |
DjangoScgi - Django Projects - Trac |
Sept. 15, 2005, 5:07 p.m. |
Django with Apache and SCGI and Django with Apache and FCGI are two reworked documentations on how to get Django running with both FCGI and SCGI under Apache. I use the same parts as with my previous howtos, only that now SCGI is supported, too. My gallery is currently running the Apache+SCGI setup, ... |
Django, Python, Sysadmin |
Django Gallery Status |
Sept. 6, 2005, 5:25 p.m. |
Again news from my gallery project - it's making good progress, even if some of my latest stuff isn't directly visible. I did a lot of reworking in the code and a lot of admin interface changes. Things in the source that might be interesting for other djangonistas: I still have a fully filesystem ... |
Django, Programmierung, Python |