oney wrote:
Hi Erik,
On 5/13/19 8:22 PM, Erik Stein wrote:
Hello everyone --
From time to time I come accross a potential bug in Django core, but
because of a tight schedule don't have the time to dive into it and
write a proper ticket. How would you suggest to deal with it?
my pe
Hello everyone --
From time to time I come accross a potential bug in Django core, but
because of a tight schedule don't have the time to dive into it and
write a proper ticket. How would you suggest to deal with it?
Today e.g.
– Using i18n_patterns with prefix_default_language=True,
– try
t is missing in django marketing is IMHO a cleverly selected showcase of
large and also small mature django sites, including in-house. A list of mature
plugin-projects/apps would make sense, too.
Best
-- erik
Erik Stein
Programmierung, Grafik
Oranienstr. 32 10999 Berlin, Germany
rik
Am 11.04.2012 um 14:54 schrieb Russell Keith-Magee:
> On Wednesday, 11 April 2012 at 8:10 PM, Jason Ma wrote:
[snip]
Erik Stein
Programmierung, Grafik
Oranienstr. 32 10999 Berlin, Germany
fon +49 30 69201880 fax +49 30 692018809
email e...@classlibrary.n
thanks for pointing this out.
I attached a symptomatic patch to ticket #13366.
best
-- erik
Am 17.04.2010 um 14:33 schrieb Ramiro Morales:
> On Sat, Apr 17, 2010 at 4:38 AM, Erik Stein wrote:
>> I'd would definetly consider this a bug in django, but I've no idea
I'm was digging around more, too, and finally i've set up a small test
environment with django (r12955), just an project with a single app:
django-admin.py startproject mytest
cd mytest
django-admin.py startapp blog
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.comments', #
on my side, but what
exactly am I supposed to do concerning r12977? File a new bug or just try to
fix my code?
best
-- erik
Erik Stein
Programmierung, Grafik
Oranienstr. 32 10999 Berlin, Germany
fon +49 30 69201880 fax +49 30 692018809
email e...@classlibrary.net
Hello --
I'm rather new to django so please forgive my ignorance.
It's only some weeks that i work with django but i'm as productive as
it could be thanks to this very well-thought and well-programmed
framework.
Mainly i am missing two aspects in the otherwise really great and
useful doc