Re: Port Django to Javascript

2012-05-02 Thread DvD
jango is still not DRY. If you are a frontend >> developer you can make a bundle to make django better and many people >> may find it helpfull and use it. >> If you decide to start such project ... call :) me i can i will help >> with ideas and code. >> >> >>

Re: Port Django to Javascript

2012-05-02 Thread DvD
Hey, is no one is really interested in helping in this project? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/kQ_GesNzV7wJ. To post to this group, send em

Re: Port Django to Javascript

2012-04-05 Thread DvD
Davide Il giorno giovedì 5 aprile 2012 08:36:03 UTC+2, Marcin ha scritto: > > What's the motivation for this project? Who (especially already being > familiar with python and django) would want to use this, and for what? > > On Thu, Apr 5, 2012 at 07:22, DvD wrote: > >&

Port Django to Javascript

2012-04-04 Thread DvD
Hi folks, I created a project not long ago and I'm currently maintaining it called Broke which wants to be a porting to Javascript of Django https://github.com/brokenseal/broke-client You can find it featured inside the todomvc project from addy osmani https://github.com/addyosmani/todomvc ( ht

multiple filters on the same (reversed) foreignkey leads to multiple join

2011-09-06 Thread dvd
A clean project/app in django 1.3 with just two models from django.db import models class Base(models.Model): pass class Child(models.Model): base = models.ForeignKey(Base) flag1 = models.BooleanField() flag2 = models.BooleanField() A Queryset with a single use of `.filter` work

Broke - a Django porting to Javascript

2010-02-02 Thread DvD
Hi everyone, this is David and I'd like to show you my last project. Since I needed an MVC framework for my JS projects and all the solutions out there didn't really fit me, I tried to port Django to Javascript. You can have a look at the project here: http://github.com/brokenseal/broke So far I p

Re: FlatPage and Internationalization

2007-11-09 Thread DvD
That's what i am about to do, but if guys from the development team agree we could implement it in the official django code On Nov 9, 3:34 pm, Eugene Morozov <[EMAIL PROTECTED]> wrote: > I've implemented similar system. Only I have used MyFlatPage and > MyFlatPageTranslation models, because it ma

Re: FlatPage and Internationalization

2007-11-09 Thread DvD
Sorry, that shouldn't be MyFlatPage but just FlatPage... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from t

FlatPage and Internationalization

2007-11-09 Thread DvD
Hi everyone, lately i was trying to internationalize a wesite which had flatpages, but i also needed to translate those pages so i came up with this idea to get site specific AND language specific flatpages. I put on the FlatPage class this attribute: language= models.CharField(maxlengt

Re: dict object is not callable (newforms/forms.py full_clean)

2007-03-12 Thread DvD
I got the same problem in a different context: Exception Type: TypeError Exception Value:'dict' object is not callable Exception Location: /usr/lib/python2.4/site-packages/Django-0.95.1- py2.4.egg/django/newforms/forms.py in full_clean, line 180 Can someone help? On 5 Fe

404 on date based archives

2006-12-08 Thread DvD
Hi everyone, I keep on getting a weird problem on my project. I use date based generic views to retrieve events for a web site, when I use archive_index and archive month no problems, but when i use archive_day or detail_object I keep on getting a 404. I searched over the mailing list to find

Problems with extra_context in generic date base views

2006-12-02 Thread DvD
Hello to everyone, I'm quite new so please go easy on me. I already searched on the mailing list but couldn't find a good answer for my problem. I am writing a project for a website where i retrieve events from a database, together with them I need, on the same page, to show a list of banner

Re: MySQLdb problems

2006-07-14 Thread DvD
Thank you very much Geert, it worked well. Cheers, David On Thu, 13 Jul 2006 19:27:56 +0200, Geert Vanderkelen <[EMAIL PROTECTED]> wrote: > > Hi David, > > birrafondaio wrote: > .. >> raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e >> django.core.exceptions.Improperly