Elements tagged with: django

skip over the calendar

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
Page created at
robhudson's django-debug-toolbar at master - GitHub Oct. 25, 2010, 11:47 a.m.
robhudson's django-debug-toolbar at master - GitHub - ok, dieses Werkzeug ist ganz offiziell hugo-approved. Schlichtweg genial, liefert genau die richtige Menge an Informationen für Django-Entwicklung und beisst sich nicht mit vorhandenen Layouts (jedenfalls bei mir hats bei Experimenten gut geklappt).
Django, Programmierung, Python
postgres 9 streaming replication and django balancer Oct. 21, 2010, 9:49 a.m.
postgres 9 streaming replication and django balancer - Santana läuft zwar noch nicht mit Django 1.2, aber der Balancer für Datenbankzugriffe kombiniert mit PostgreSQL Replikation klingt nach einer netten Methode um Django-Systeme hochzuskalieren wenn die normalen Mittel mit einer Datenbank nicht mehr ausreichen. Muss mir vielleicht mal eine Spielinstallation anlegen.
Django, Programmierung, Python
Filtering Dropdown Lists in the Django Admin — Stereoplex Oct. 2, 2010, 10:24 a.m.
Filtering Dropdown Lists in the Django Admin — Stereoplex - weil es immer wieder gebraucht wird und weil hier einige gute Wege beschrieben sind.
Django, Programmierung, Python
dcramer's django-sentry at master - GitHub Sept. 28, 2010, 9:49 a.m.
dcramer's django-sentry at master - GitHub - leider nur Django 1.2 (mein eigenes internes Framework das auf Django aufbaut ist leider derzeit nicht mit 1.2 kompatibel), aber sehr interessant um Fehlermeldungen aus Django in der Datenbank zu sammeln zwecks späterer Auswertung. Natürlich kann man auch die Fehler sich als Mail schicken lassen, das geht schon mit Bordmitteln, aber gerade wenn mehrere Leute ein System betreuen kann die Speicherung in der Datenbank deutlich bequemer sein.
Django, Programmierung, Python
jessemiller's HamlPy June 27, 2010, 11:53 a.m.
jessemiller's HamlPy - muss ich mir mal angucken, eine Implementation von HAML (im Prinzip eine Kurznotation für HTML) mit Integration für Django. Gerade für die vielen kleinen internen Templates könnte das interessant sein, denn die werden von Programmierern und nicht Designern gemacht. Allerdings müsste ich mir dann erstmal angucken wie gut (oder wie schlecht) ich damit JavaScript integriert bekomme. Aber sicherlich interessant - HTML ist nicht wirklich Diff/Merge-freundlich und schlichtweg nervig zu schreiben und zu lesen.
Django, Programmierung, Python
Aeracode :: On Django And Migrations June 3, 2010, 12:25 p.m.
Aeracode :: On Django And Migrations - South core libraries wandern in der nächsten Zeit möglicherweise in den Django core (vielleicht mit Target Django 1.4). I approve. Die Basis für Migrationen schon im Django core zu haben wäre nicht nur für Migrationen hilfreich, sondern auch für Projekten in denen höhere Dynamik in den Datenmodellen gefordert ist - mein derzeitiger Hack mit sqldiff und einigem selbstgestrickten ist eben nur genau das: ein Hack. Wird wohl Zeit mir South mal genauer anzugucken (bisher nur grob reingeschaut, aber was ich gesehen habe gefiel mir) und zu überlegen, ob ich nicht schon jetzt meinen Hack auf eine etwas leistungsfähigere Basis stelle.
Django, Programmierung, Python
django-pagination April 27, 2010, 10:40 a.m.
django-pagination - muss ich mir mal genauer angucken, sieht interessant aus. Pagination ist zwar nicht wirklich schwierig, aber lästig jedesmal selber zu bauen - und die bordeigenen Mittel von Django sind nicht immer optimal dafür (besonders bei großen Datenmengen).
Django, Programmierung, Python
django-ajax-filtered-fields April 9, 2010, 3:33 p.m.
django-ajax-filtered-fields - muss ich mir mal näher angucken, das könnte im Admin ganz interessant sein bei größeren Mengen an Sätzen in Relationen.
Django, Programmierung
Johnny Cache v0.1 documentation Feb. 28, 2010, 8:53 p.m.
Johnny Cache v0.1 documentation - unbedingt mit einem Projekt in der Firma mal ausprobieren, denn das Modell ist ziemlich heftig und ich könnte damit ein paar der Probleme elegant lösen für die ich derzeit Sonderlösungen habe. Ist auch ziemlich ähnlich zu meinem ersten Ansatz für dieses Problem (allerdings habe ich die grössten Performance-Probleme jetzt durch redundante Datenhaltung und automatische Updates an Objekten ebenfalls recht elegant gelöst).
Django, Programmierung, Python
rfc1437 / django-standalone / overview — bitbucket.org Feb. 28, 2010, 6:59 p.m.
rfc1437 / django-standalone / overview — bitbucket.org - da ich immer mal wieder auf bitbucket, github oder google code verweise, hier mal der Verweis auf ein eigenes kleines Paket das ich selber auf bitbucket jetzt habe: django-standalone. Entstanden weil ich für kleine Scripte und Tools immer mal wieder einen ORM brauchen könnte, aber ich dafür möglichst wenig Umstand haben will - nicht ein ganzes Django-Projekt aufsetzen, sondern einfach ein paar Modelle in meinem Script definieren und per Parameter die DB initialisieren und danach benutzen. Möglichst auch mit sqlite3. Mit der Lib hier geht das ganz wunderbar und ich kann mal wieder eines meiner Dauerprojekte - "schreibe einen simplen ORM für simple Scripte selber" - von der ToDo-Liste streichen.
Django, Programmierung, Python
dajaxproject.com - easy to use ajax library for django Feb. 24, 2010, 10:24 a.m.
dajaxproject.com - easy to use ajax library for django - sollte ich mir vielleicht mal angucken, das aktuelle Projekt wird unter Umständen recht viel Ajax benutzen und wenn man den Anteil JavaScript reduzieren kann wär das ja durchaus erstrebenswert.
Django, JavaScript, Programmierung, Python
django-piston Feb. 13, 2010, 2:38 p.m.
django-piston - muss ich mir auch mal näher angucken, es soll gerade den Bau von Web-APIs mit Django erleichtern. Und einige meiner Firmenprojekte könnten davon profitieren.
Django, Programmierung, Python
Presenting django-devserver, a better runserver. Feb. 10, 2010, 9:52 a.m.
Presenting django-devserver, a better runserver. - interessante Idee, eine Erweiterung des runserver die SQL Statements logged und Cache-Informationen liefert. Das könnte für mein derzeitiges Django-Projekt recht interessant sein, da ich dort zeitweilig etwas komplexeres SQL produziere. (und ja, ich hacke wieder mit Django herum, eventuell kommt ja sogar was veröffentlichbares dabei raus - ist aber primär ein Arbeitsprojekt).
Django, Programmierung, Python
Faster or Lazier Pagination Feb. 6, 2010, 10:43 a.m.
Faster or Lazier Pagination - interessanter Ansatz, einfach nicht die Menge der Sätze ermitteln, sondern stattdessen eine Anzahl Seiten annehmen und diese aktualisieren wenn man auf spätere Seiten zugreift. Ein bischen ähnlich zu manchen Websites die nur einen Ausschnitt der Seitenliste als Navigation anbieten - dafür braucht man dann nicht wissen wie viele Seiten es wirklich sind. Google mogelt ja auch, in dem die Seitenanzahl maximal beschränkt wird. Für große Datenmengen mit langsamem count(*) sicherlich sehr sinnvoll und evtl. könnte man das auch kombinieren mit gecachten maximalen Seitenzahlen für verschiedene Queries, so das beim nächsten Mal die Vermutung über die Menge schon präziser ist.
Django, Programmierung, Python
django-extensions Jan. 27, 2010, 6:08 p.m.
django-extensions - sehr nützliche Tools für Django die sich in den Manage mit einhängen. Zum Beispiel ein Diff für SQL.
Django, Programmierung, Python
django-history-tables Jan. 23, 2010, 11:36 a.m.
django-history-tables - könnte für ein Projekt in der Firma interessant werden, dort gibt es auch die Anforderung einer Historie von Datenänderungen.
Django, Programmierung, Python
ReusableAppResources - Django - Trac Jan. 15, 2010, 2:33 p.m.
ReusableAppResources - Django - Trac - genereller Startpunkt wenn man Django-Apps suchen will, von hier wird auf die verschiedenen Vergleichslisten verwiesen.
Django, Programmierung, Python
matthiask's feincms Jan. 15, 2010, 2:31 p.m.
matthiask's feincms - erweiterbares CMS für Django. Sieht sehr interessant aus, speziell die recht kompakte Erweiterbarkeit um eigene Content-Typen.
Django, Programmierung, Python
Crowdsourced document analysis and MP expenses Dec. 20, 2009, 4:49 p.m.
Crowdsourced document analysis and MP expenses - in Django durch Ausgabenlisten von britischen Parlamentsmitgliedern wühlen. Interessanter Artikel über die Stolperstellen und Probleme eines solchen Projektes beim Guardian.
Django, Programmierung
Haystack - Search for Django Dec. 18, 2009, 1:26 p.m.
Haystack - Search for Django - und das ist dann die Einbindung von Whoosh in Django. Gibt noch andere, aber das hier sieht am weitesten ausgebaut aus.
Django, Programmierung, Python
formsets und inline forms in Django Nov. 24, 2009, 2:22 p.m.
formsets und inline forms in Django - ein ähnliches Problem kam letztens in der Firma auf, daher hier mal geblogmarkt, das könnte die Lösung sein.
Django, Programmierung, Python
PyGoWave Server Nov. 18, 2009, 11:13 a.m.
PyGoWave Server - keine Ahnung ob ich das schon hatte, aber gerade aus aktuellem Anlass wieder nach gesucht: eine Implementierung der Google Wave Idee in Python. Und das witzige: die Website darunter ist mit Django gebaut!
Django, Programmierung, Python
for post in leo.blog():: Django-Jython 1.0.0 released! Nov. 9, 2009, 4:46 p.m.
for post in leo.blog():: Django-Jython 1.0.0 released! - für ein Projekt auf der Arbeit nicht unwichtig: Django-Jython hat fertig. Und mit dabei der Oracle-Client, den wir in dem Projekt auch dringend brauchen würden. Nett.
Django, Java, Programmierung, Python
Large Problems in Django, Mostly Solved: Search Nov. 3, 2009, 11:36 a.m.
Large Problems in Django, Mostly Solved: Search - interessantes Projekt: Haystack. Eine Erweiterung von Django um Volltextsuche mit einem Interface das sehr ähnlich zum normalen Datenbank-Interface von Django ist.
Django, Programmierung, Python
django-jython Aug. 14, 2009, 3:09 p.m.
django-jython - weil ich es eventuell für ein Firmenprojekt gebrauchen könnte.
Django, Java, Programmierung, Python
django-queue-service July 13, 2009, 11:06 a.m.
django-queue-service - simples Queueing System auf Basis von Django. Könnte sehr interessant für Projekte in der Firma werden.
Django, Programmierung, Python
Second edition of Practical Django Projects June 24, 2009, 10:53 a.m.
Second edition of Practical Django Projects - weil ichs für die Firma auch brauchen werde. Und es ist auf Django 1.1 aufgebaut!
Django, Programmierung
Four crowdsourcing lessons from the Guardian’s (spectacular) expenses-scandal experiment June 24, 2009, 10:40 a.m.
Four crowdsourcing lessons from the Guardian’s (spectacular) expenses-scandal experiment - relevant für Django, weil der Developer Simon Willison einer der Djangonauts ist und das ganze mit Django aus dem Boden gestampft wurde. Klasse Job!
Django, Programmierung
One Laptop Battery Later And I'm A Django Fan March 23, 2009, 12:36 p.m.
One Laptop Battery Later And I'm A Django Fan - Zed Shaw guckt sich Django an. Und mag es.
Django, Python
Weekend Grid Outages Jan. 20, 2009, 9:16 a.m.
Weekend Grid Outages - SL now uses Django internally (last paragraph)! Nicht der einzige interessante Punkt, ein paar nette Insider-Infos bezüglich des Service-Designs. Wie bei allen solchen Projekten, scheinbar ein gewachsenes Chaos schlecht skalierender Ansätze.
Django, Python
Mobile Django Admin Patches - Shifting Bits by Patrick Altman Jan. 1, 2009, 9 p.m.
Mobile Django Admin Patches - Shifting Bits by Patrick Altman - den Django-Admin über das iPhone bedienen können. Nette Sache.
Django, Programmierung, Python
Django 1.0 released! Sept. 5, 2008, 10:50 a.m.
Django 1.0 released! - hat lange gedauert, aber das kann ja durchaus der Qualität zuträglich sein. Und hier ist es das. Gratulation!
Django, Programmierung, Python
Django on Jython: It's here! Aug. 14, 2008, 12:47 p.m.
Django on Jython: It's here! - klasse! Damit wird Java als Plattform wieder interessanter für mich - die Fortschritte in Jython in den letzten Monaten sind gigantisch.
Django, Programmierung, Python
Django snippets: MintCache Feb. 25, 2008, 10:29 a.m.
Django snippets: MintCache - interessante Idee um den "Dogpile-Effect" zu vermeiden: wenn die Regenerierung von Daten länger dauert, als neue Requests kommen, stapeln sich die Requests die eine Regenerierung von alten Daten anstossen, und dadurch wird die Generierungszeit noch länger. Diese Cache-Idee stösst beim ersten Zugriff auf veraltete Daten die Regenerierung an, liefert allen anderen aber einfach die bisherigen alten Daten aus, und vermeidet so die mehrfache Neugenerierung und den damit verbundenen nervigen Lasteffekt.
Django, Programmierung, Python
The Django Book Nov. 2, 2006, 12:02 p.m.
The Django Book - progressive Beta-Releases der Django-Buch-Kapitel im Web (mit Angaben wann die Kapitel online gehen).
Django, Programmierung, Python
Introducing Django 0.95 July 31, 2006, 12:03 p.m.
Introducing Django 0.95 - neue Django-Release raus. Magic removed.
Django, Programmierung, Python
Generische Tabellenrelationen June 19, 2006, 12:06 p.m.
Generische Tabellenrelationen für Django. Sehr interessant, das macht Sachen wie Tags in Datenmodellen wesentlich einfacher. Ich müsste damit einiges aus meiner Stuff-Library loswerden können.
Django, Programmierung, Python
Are you generic? May 22, 2006, 1:37 p.m.
Are you generic? - Wilson Miner beschreibt wie er als Nicht-Programmierer mit Django und dessen einfachen generischen Viewfunktionen Anwendungen ohne Programmiererhilfe selber erstellen kann.
Django, Programmierung
Django for non-programmers May 6, 2006, 1:12 p.m.
Django for non-programmers - Django aus der Sicht eines Webdesigners.
Django, Programmierung, Python
Django | Weblog | "magic-removal" branch merged May 2, 2006, 10:14 p.m.
Django Weblog "magic-removal" branch merged - gaaaah. Arbeit. Mist. lachendes Gesicht
Django, Programmierung, Python
London 2.0 RC 4 - Monday 3rd April Feb. 25, 2006, 5:03 p.m.
At least they get it right this time and announce early: London 2.0 RC 4 - Monday 3rd April. Hey, if adrian_h is dropping in, that would definitely be an incentive for me to hop over to London (it's just something like 7-9 hours by train from my hometown) and join in Now I only have to check wether ...
Django
Django Templates are not limited Feb. 9, 2006, 11:33 p.m.
shannon -jj behrens thinks that Django template language is limited - because it doesn't have functions with parameters to do html snippet reuse. Of course the official - and simplified - answer to this is, that Djangos template language is that simple by design, so that it can easily be learned by ...
Django, Programmierung, Python
Django Paste Jan. 13, 2006, 11:59 a.m.
Django Paste - Ian ist starting to integrate Django with paste (and paste deploy). I for one will most definitely try to support that, so his list of related tickets is already down by one. Paste deploy might even be taken as the future default FCGI/SCGI solution - because it uses the same FLUP lib, it is as capable as my scripts, but due to the structure of Paste, installation should be much easier (and might even be standard in the future with Python hosters).
Django, Programmierung, Python
jacobian.org : Django performance tips Dec. 13, 2005, 9:56 a.m.
jacobian.org : Django performance tips - Jacob, einer der Dango Core-Devs schreibt über Performance-Tuning für Django Applikationen. Deckt sich stark mit meinen Erfahrungen.
Django, PostgreSQL, Python, Sysadmin
setting user passwords in admin Dec. 9, 2005, 12:56 p.m.
A rather ugly - but still useful - monkeypatch: # monkey-patch for auth.users from django.models.auth import User def user_pre_save(self): if not self.password.startswith('sha1$'): self.set_password(self.password) User._pre_save = user_pre_save Put this into your model file (or somewhere else that ...
Django, Programmierung
Weblog-Umzug Dec. 6, 2005, 7:44 p.m.
Tja, also jetzt ist es soweit - ich werde mein Weblog hier auf die neue Software umziehen - endlich kein PHP mehr für mein Haupt-Blog. Im Moment laufen noch beide Systeme getrennt, ich synchronisiere nur die Inhalte auf das neue Blog, in den nächsten Tagen werde ich aber hier einen Redirector ...
Blogging, Django
Mal wieder was von der Bastelfront Nov. 29, 2005, 11:38 p.m.
Content-type: matter-transport/sentient-life-form - für die, die mal schnuppern wollen, wo es mit meinem Blog hingehen wird. Noch nicht ganz fertig, einige Bugs in meiner Software, ein paar Sachen warten auf Patches in Django, aber im grossen und ganzen bin ich schon ganz zufrieden. post a comment ...
Django, Programmierung, Python
JobControl - Django Projects - Trac Nov. 27, 2005, 11:12 p.m.
JobControl - Django Projects - Trac - ein einfaches Jobsteuerungssystem für Django, mit dem man Hintergrundjobs einstellen kann.
Django, Python
Manches ärgert mich fürchterlich Nov. 14, 2005, 6:31 p.m.
Zum Beispiel, wenn Umlaute nicht sauber verarbeitet werden - wie bei dem prepopulatefrom bei Django. Daher benutze ich das einfach nicht mehr in meinem CMSProject, sondern fülle den Slug einfach im presave. Und lasse dann dort eine entsprechende Routine laufen. Wobei auch diese nicht wirklich ...
Django, Python, Umlaute
A Test Framework for Django Oct. 31, 2005, 12:59 p.m.
DjangoTesting is part of my DjangoStuff project and is the start of a testing framework for Django, modeled after the testing framework that Ruby on Rails provides. Currently only model tests are implemented, request/response tests are planned. The testing framework is built solely on unittest and ...
Django, Programmierung, Python
Case/When/Otherwise for Django Oct. 30, 2005, 1:04 p.m.
If you have any evil plans for a switch statement for Django (hia rjwittams! ;-)), you might want to look into my TagLib. There is a case/when/otherwise statement in there. It's quite easy to use: {% case variable %} {% when "value1" %} {% endwhen %} {% when "value2" %} {% endwhen %} {% otherwise %} ...
Django, Programmierung, Python
Adhoc-Organization in CM-Systems Oct. 28, 2005, 10:21 p.m.
Adhoc organization is what I named the basic design decisions for my new content management system (blog system, personal wiki, digital image shoebox - whatever). It's coming along nicely, even though up to now I only used it as a sample application to make use of my little tools from the ...
Django, Programmierung, Python
Markdown for Django Oct. 26, 2005, 8:02 p.m.
Django already includes a markdown filter (in contrib.markup), but I nonetheless rolled my own Markdown for Django mini-app. The main benefits are link integration with django models (by using generic model queries and getabsoluteurl), a documentation generic view that handles language switching and ...
Django, Programmierung, Python
"Fitting on" some framework Oct. 26, 2005, 2:05 a.m.
How do you know wether a framework fits your style of thinking? It's not as if you could just look into a mirror wether it suits you nicely, you need other ways to decide that. One way to decide it is productivity - how fast you get your project up and running. But does that really tell you the ...
Django, Programmierung, Python
generic search service for Django Oct. 23, 2005, 11:11 p.m.
If your Django application needs searching capabilities, you can roll your own. Or you can use my generic search view. This provides a parser for queries and a search machinery that is suiteable for moderate database sizes. It provides an extensible google-like syntax. The main problem is that ...
Django, Programmierung, Python
very simple view functions Oct. 22, 2005, 1:11 a.m.
Sometimes you have a bunch of really simple view functions in your django project (yes, this is for your, bitprophet! ;-)). View functions that are actually not more than just a rendertoresponse call - take a template, take some data from the request, stuff them in and render a response. It's rather ...
Django, Programmierung, Python
Module Hacking for Django Oct. 21, 2005, 9:31 p.m.
Django itself constructs model modules dynamically from your model classes. That's what I used in my first take at the abstract tagging application. Now I found a better way in the current version - I can modify the dynamic module myself quite easily, generate a dynamic model class and push that ...
Django, Programmierung, Python
Tagging with Django Oct. 19, 2005, 4:47 p.m.
Since the question about how to do tagging with Django shows up quite often, I have written a small solution to this problem: AbstractTagging. This is a generic application and generic views that give you a very simple solution to add tagging to any model you have in your django apps. It's currently ...
Django, Programmierung, Python
Using Django as a CMS Oct. 16, 2005, 3:44 p.m.
I am currently reworking one of my sites - Content-type: matter-transport/sentient-life-form. It was a Apache::MiniWiki based site before and is now in the transition to being a Django based site. The idea of the code for that site is to build a CMS based on Django that fully uses the Django admin. ...
Django, Programmierung, Python
Django i18n status Oct. 11, 2005, 4:29 p.m.
I worked a bit more on the i18n stuff in django today and finally switched my gallery to the i18n branch. You can now see the strings on that site with either english or german settings. Other languages get english output (so if you are in Germany and still see english strings - check the language ...
Django, Programmierung, Python
IRC Logger update Oct. 4, 2005, 9:45 p.m.
The IRC logger is working fine, but I wasn't happy with the dependence on muh - so I wrote my own little logger bot in python, based on irclib. Does work fine and does only what I want it to do - logging. I allways feel a bit queasy when IRC bots have command structures and stuff like that and I ...
Django, Programmierung, Python
IRC logger for #django Oct. 2, 2005, 2:59 p.m.
There now is a IRC logger for #django on freenode.net. Ever since the loglibrary broke down, I thought about rolling my own. So I started to build the stuff needed for an IRC logger. The interface itself is written with django, of course :-) As allways, the source is available in my trac instance. ...
Django, Programmierung, Python
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
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
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