Hello,
I propose the "universal" Task Queue app similiar to one at Google App
Engine http://code.google.com/appengine/docs/python/taskqueue/
Universal means to be able to run it on any hosted server where cron
is available.
Vaclav
--~--~-~--~~~---~--~~
You rece
Hi Tobias,
good idea with start a wiki page.
I'm not sure if we don't forget one issue.
How about same session (or same cookie sent by browser) with
simultaneously opened windows of one browser? Then message could
appear in different window not the right one where we invoke the
event. Is it a pr
Hi all,
my bits to discussion about supporting various (X)HTML versions.
1) Problem with (X)HTML in python code (in applications)
I discovered this python package http://pypi.python.org/pypi/html/1.6
It allows you to write "python like HTML syntax" and generates HTML or
XHTML.
2) Problem with (
Today I was on very bad wifi connection. Constantly dropped. 20
seconds to load a page.
I save in admin in two tabs and got a notice in one tab from the other
tab.
But I agree, I defer this "bug" for the first release od django
messaging. I think django isn't now in right mood to add there some
f
Does the commentators have experience with maintaining the i18n django
project? I do and completely agree with Jonas.
"Gettext like+Rosetta like" but database driven translation app in
Django adminwithout translation-makemessages-compilemessages-restart
apache would be helpful. Import from the get
I already created ticket for this http://code.djangoproject.com/ticket/7220
veena
On 14 pro, 23:59, Sergiy Kuzmenko wrote:
> I wonder if there is a particular reason why last_login field of is not
> defined as "null=True"? It makes sense to me to have it as null which would
Hi,
I need similar functionality so I develop custom tag "qs" wich is not
tight to paginator (I don't know if it is better or not)
Used that way:
params ... dictionary with query string parameters which was prepared
in view
p ... any amount of other query string parameters as key=value you
want
Hi,
for me it has a big WTF factor. Automatically created tables according
to field.
As DirectoryField I would suppose behaviour like SET or ENUM fields in
MySQL. I hope there are equivalents in other DB storages.
Implementation of this types I would appreciate in Django ORM. This
doesn't need to
Hi,
I must correct my post. When I used "default" option I mean "choices"
option.
On 18 led, 22:23, Михаил Лукин wrote:
> There is no need in ENUM functionality since 'choices=' option exists.
I must disagree with you. It looks like choices emulate ENUM but it's
not true.
What's not supported:
-
Thanks for opening this discussion.
Am I only one who see the django improvement process too slow? I mean
refactoring, decoupling and making code more reusable in the time when
we realize that previous design has too much constraints and there
should be better design now.
I know there's django de
I don't research your idea deeply but for first look it seems very
similar or same to django-multilingual.
http://code.google.com/p/django-multilingual/
Veena
On 11 čnc, 16:51, David Danier wrote:
> Hi Marc, hi Gonzalo, hi django-dev,
>
> I'm writing this email, because
#x27;s worth to have this implementation
because of other advantages.
I must say great thinking out of the box and good work anyway!
Veena
On 2 srp, 18:49, David Danier wrote:
> > I don't research your idea deeply but for first look it seems very
> > similar or same t
I think we could think about implementing of session namespaces in
similar way as url namespaces was added in Django 1.1
http://docs.djangoproject.com/en/dev/topics/http/urls/#url-namespaces
The point is to not populate global namespace of sessions by using
session variables in various applicatio
I think if it'd be possible to have only this syntax:
from django.contrib.translations import translation
translation.register(SomeObj, ['foo'])
Veena
On Aug 4, 9:45 pm, veena wrote:
> Hi David,
> I read your first post now. Then I think it could be great solution if
14 matches
Mail list logo