django apps

2011-06-02 Thread podio
Hi, where can i found django apps for learning, i'm trying to make the management of a club, list of partners and collect monthly fees, I have something make but I need lots of corrections List only RelationshipInline if the afiliado model have tipo_estitu = True. Export the list in every

column cannot be null

2011-06-01 Thread podio
I'm getting an error leaving a field blank but I have blank = True in the model IntegrityError at /admin/afiliados/afiliado/add/ (1048, "Column 'titular_id' cannot be null") Request Method: POST Request URL:http://localhost/mysite/admin/afiliados/afiliado/add/ Django Version: 1.3 Exception

Re: admin site search field

2011-05-31 Thread podio
I found one solutions: field = models.OneToOneField("self") Im now searching how have a search form instead of a combo box. On 31 mayo, 10:10, podio <ven...@podiodeportes.com.ar> wrote: > yes, that was that I copy and didn't select de ', so when I pasted I > saw on

Re: admin site search field

2011-05-31 Thread podio
; Regards. > Sent from my BlackBerry wireless device from MTN > > > > > > > > -Original Message- > From: podio <ven...@podiodeportes.com.ar> > > Sender: django-users@googlegroups.com > Date: Mon, 30 May 2011 16:24:10 > To: Django user

admin site search field

2011-05-30 Thread podio
Hi, I'm new and I'm trying to make an app that have a field, pointing to a record of the same object class. How can a make django has a search form and show the record of the class on a popup window like http://demoweb.cibernatural.com/admin/gestion/presupuesto/add/ (user and password demo:demo)

django, wsgi, virtualenv, apache2, fls

2011-05-22 Thread podio
I'm trying to configure apache2 + virtualenv + django + wsgi + fls I already have the virtualenv with python 2.6 and django 1.1.4 working. note01:/var/log/apache2# source /home/mariano/Python/virtualenvs/lfs/ bin/activate (lfs)note01:/var/log/apache2# python Python 2.6.6 (r266:84292, Apr 20

Re: modwsgi Configuration

2011-05-21 Thread podio
Sorry, sorry I hurry in posting I change the path in the django.wsgi for /home/mariano and it's working, now I have to see how to install 2 django version :S SOLVE On 21 mayo, 23:18, podio <ven...@podiodeportes.com.ar> wrote: > apache log > > [Sat May 21 23:14:54 2011] [err

Re: modwsgi Configuration

2011-05-21 Thread podio
avicon.ico It say that the settings file is not in sys path but in the django.wsgi file it's add it. On 21 mayo, 23:12, podio <ven...@podiodeportes.com.ar> wrote: > I'm trying to configure django with mod wsgi. > > I put mysite in /home/mariano/mysite create with django 1.3, running &

modwsgi Configuration

2011-05-21 Thread podio
I'm trying to configure django with mod wsgi. I put mysite in /home/mariano/mysite create with django 1.3, running the development server works ok. When I try it to configure with apache2 with mod_wsgi I get 500 error: Internal Server Error The server encountered an internal error or

Re: Best django ecommerce aplication?

2011-05-19 Thread podio
Thanks you all I will study them all ! -- 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 this group, send email to django-users+unsubscr...@googlegroups.com.

Best django ecommerce aplication?

2011-05-18 Thread podio
I was thinking to migrate my page to python, I choose Django and know need a shop aplication I was thinking in http://satchmoproject.com/. There some other else better? Thanks! Sorry my english Im a bit rusty -- You received this message because you are subscribed to the Google Groups