Re: i18n: How to the language on per-user basis

2008-07-21 Thread Jannis Leidel
Am 18.07.2008 um 14:01 schrieb Rishabh Manocha: > You could use "user profiles" which will allow you to store various > user specific preferences. At the Pinax project for example, we are using a language field in the profile model [1] together with a custom middleware [2] to set the loca

Local Django Sprint, Berlin, Germany, August 08, 2008

2008-07-25 Thread Jannis Leidel
Since the Django Sprint at Europython was great fun, there was some discussion in the django-de.org community about a local Django Sprint in Berlin. While we are still working out the details and location, we hope it’s not to late for others to chime in. We want to accompany the Beta2 Sprint in L

Re: template preprocessor ?

2007-07-20 Thread Jannis Leidel
://code.google.com/p/django-databasetemplateloader/issues/list Am 19.07.2007 um 02:03 schrieb James Bennett: > there's also a third-party loader by Jannis Leidel which pulls > templates from a database[3] you might want to look at as a

Django meetup at Linuxtag 2008

2008-05-13 Thread Jannis Leidel
Hi list, I'm going to attend this year's Linuxtag [x] in Berlin (May 28 - 31) and wonder if there are other Djangonauts interested in an informal meetup. I'm sure there are plenty of places to meet so let me know if you want to join.. Cheers, Jannis x: http://www.linuxtag.org/2008/ -- jannisle

Re: Either category or project added to category

2007-10-07 Thread Jannis Leidel
Hi Manuel! Am 07.10.2007 um 15:19 schrieb Manuel Meyer: > But what I want to have is, that any Category - that is parent for > any Project - cannot be parent for any Category and reverse. > > Is it possible, to filter the entries in the admins ForeingKey-list? > Got any hint for me? You can use

The Django admin interface optimized for iPhone/iPod touch

2007-11-08 Thread Jannis Leidel
Hi Users, I'm very glad to introduce to you django-mobileadmin[1], something which I desperately needed because using the Django admin interface is just annoying with MobileSafari on the iPhone/iPod touch platform. So, "mobileadmin" is an alternative admin interface for Django for use with the i

Re: The Django admin interface optimized for iPhone/iPod touch

2007-11-08 Thread Jannis Leidel
On 11/8/07, Josh <[EMAIL PROTECTED]> wrote: > > What a great idea! I don't (currently) have any devices that would be > able to use this, but I'll keep it in mind. The screenshots look > great too! Thanks Josh! I haven't tried the interface on other devices (e.g. Opera Mini) but it should work

Re: The Django admin interface optimized for iPhone/iPod touch

2007-11-11 Thread Jannis Leidel
Hi again! This is only a short reminder that I just released django-mobileadmin 0.2, the Django admin interface optimized for iPhone/iPod touch and other MobileSafari based devices. http://code.google.com/p/django-mobileadmin/ It brings the following new features and bugfixes: * full filteri

ANN: Reusable apps for Django - django-reusableapps 0.1

2007-11-19 Thread Jannis Leidel
Hi users, django-reusableapps [1] is yet another approach on enabling Django to load reusable, pluggable, egg-based applications without changing the Django sourcecode. Think of plugins or components, e.g. django- registration, django-voting, django-tagging etc. It uses setuptools [2] for findin

Re: ANN: Reusable apps for Django - django-reusableapps 0.1

2007-11-21 Thread Jannis Leidel
> I like the idea of 'django.apps', which is kinda more explicit than > just 'apps'. ;-) Yeah, though it may be confusing because there is no real "django.apps" module :-/ What about "django.applications"? Any other objections? > Following on this thought, maybe we can use version numbers (major

Re: ANN: Reusable apps for Django - django-reusableapps 0.1

2007-11-21 Thread Jannis Leidel
> Versionized reusable apps are definitely a desirable feature! But I > don't like the idea of just using different entrypoints for each > Django release or other dependency. The setuptools _do_ have native > support for complex dependencies [1] via the "install_requires" > keyword. Forgot the li

Re: ANN: Reusable apps for Django - django-reusableapps 0.1

2007-11-21 Thread Jannis Leidel
Am 21.11.2007 um 13:54 schrieb Florian Apolloner: > Nice idea, but most (afaik) people are tracking the django-svn tree, > so we might need another way to check the version requirements? Or is > there another way to make django detectable by setuptools, although it > is a svn checkout? Good ques

Re: ANN: Reusable apps for Django - django-reusableapps 0.1

2007-11-21 Thread Jannis Leidel
annis 1: http://peak.telecommunity.com/DevCenter/setuptools#develop-deploy-the-project-source-in-development-mode > Best, Florian > > On 21 Nov., 16:39, Jannis Leidel <[EMAIL PROTECTED]> wrote: >> Am 21.11.2007 um 13:54 schrieb Florian Apolloner: >> >>> Nice idea, b

Re: Python for Leopard Users. Built-in or compiled?

2007-11-21 Thread Jannis Leidel
On 21 Nov., 16:12, "Jon Atkinson" <[EMAIL PROTECTED]> wrote: > Considering OSX now comes with svn binaries, and built-in sqlite3 > python support, it's possible to be developing Django applications > very quickly with Leopard. Not to forget the availability of the setuptools :) I liked Christoph

Deutschsprachige Django-Community / German-speaking Django community

2007-12-08 Thread Jannis Leidel
Hi list, I’m very proud to announce the availability of a new meeting point for all German-speaking Django developers and users: http://www.django-de.org . Thanks to all people that worked on this during the last week! We totally owe David Larlet and his pals of Django-fr [1] a barrel of be

Re: Django lighttpd concepts question

2006-11-14 Thread Jannis Leidel
> This file is also used by init scripts that most unixes use to > start/stop/restart services. You can find my version of a "/etc/init.d/django"-script for starting, stopping and restarting the FastCGI process here: http://bash.pastebin.com/824695 I'm currently using this on a Debian production

UnicodeDecodeError with labels of choices (for newforms.ChoiceField with RadioSelect widget)

2006-12-30 Thread Jannis Leidel
Hi guys, I recently tried to use the great newforms with a ChoiceField in combination with a RadioSelect widget. Furthermore I need to compile the choices on a page view base because I like to manage them from the admin interface. Additionally the choices can contain special characters like umla

UnicodeDecodeError with labels of choices (for newforms.ChoiceField with RadioSelect widget)

2006-12-30 Thread Jannis Leidel
Hi guys, I recently tried to use the great newforms with a ChoiceField in combination with a RadioSelect widget. Furthermore I need to compile the choices on a page view base because I like to manage them from the admin interface. Additionally the choices can contain special characters like umla

[ANN] django-localflavor 1.0 release

2013-07-29 Thread Jannis Leidel
Hi all, As proposed two months ago [1], I just released django-localflavor 1.0 with all "local flavors" recombined. This fixes the failed handover of the django.contrib.localflavor app to the broader community with the per-country django-localflavor-* apps before the Django 1.5 release. Those

Re: svn django and staticfiles app : python manage.py findstatic logo.png and devserver does not find file

2011-01-30 Thread Jannis Leidel
On 30.01.2011, at 20:58, hari jayaram wrote: > Hi I am a little confused about using the staticfiles app. I am running the > devserver since I am learning django and building a site. > > I have my logo and css files at > > /Users/harijay/learn_css/logo.png > /Users/harijay/learn_css/my_master.

ANN: Django website redesign launched

2014-12-16 Thread Jannis Leidel
Hi everyone, We're incredibly proud to share with you the new design of the Django website, the documentation and the issue tracker. This is a long time coming and we couldn't be happier to finally ship it :) As you can imagine, there will be bugs, so please bear with us and report issues to t

Re: ANN: Django website redesign launched

2014-12-16 Thread Jannis Leidel
More coming soon :) Jannis > Thanks! > --Fred > Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ > Bristle Software, Inc -- http://bristle.com -- Glad to be of service! > Open Source: Without walls and fences, we need no Windows or Gates. > On 12/16/14 11:0

Re: ANN: Django website redesign launched

2014-12-16 Thread Jannis Leidel
> On 16 Dec 2014, at 18:37, Tim Chase wrote: > >> As you can imagine, there will be bugs, so please bear with us and >> report issues to the issue tracker at >> https://github.com/django/djangoproject.com/issues > > I appreciate the clarification/distinction between Django-Users and > Django-De

Re: ANN: Django website redesign launched

2014-12-16 Thread Jannis Leidel
t; > https://docs.djangoproject.com/en/1.7/intro/tutorial04/ > > https://web.archive.org/web/20140802064954/https://docs.djangoproject.com/en/1.7/intro/tutorial04/ > > Apart from these minor things, looks really good! > > Cheers > > Tom > > On Tue, Dec 16

Ongoing incidient djangoproject.com

2015-10-26 Thread Jannis Leidel
Hi all, We’re still investigating an ongoing incident that impacts the availability of https://www.djangoproject.com and https://docs.djangoproject.com – both are currently down. Downloads from PyPI are not affected by that and should work as ever. We’re in touch with our upstream provider and