Using GoogleMaps class in views

2007-11-09 Thread Txus Sanchez
Hi all, This is Txus Sanchez, newbie in Django. I'm trying to put some google maps in my views. For this purpose, I'm using the class called GoogleMaps. I'm trying to put it on my views but unlucky. The view code is this one: def pointView(request, id): point = ge

Re: default values within postgres as defined in the model

2007-10-03 Thread Txus Sanchez
Hi again, I answer myself > http://code.google.com/p/django-check-constraints/ > > But unlucky (nothing to download). What happened? Did it finished? > http://code.google.com/p/google-summer-of-code-2007-django/downloads/list Here it is. BTW, are you going to include in the django svn version?

Re: default values within postgres as defined in the model

2007-10-03 Thread Txus Sanchez
Hi all, Here a new Django user (shortly I hope developer). Congratulations for the framework! > There is a Google Summer of Code project going on at the moment for > Django which is designed to allow for adding database constraints. You > might want to have a look at that (search for django-chec