Re: Active Open Source Project to contribute to

2020-03-12 Thread kayitare elie
i am also django junior developer . i want to contribute and work with you as well. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@go

Re: django setup.py access denies

2011-08-31 Thread Elie Obeid
I know how to unsubscribe i don't need your link, I don't trust any of you, i don't know why this is the official group, this is the official spammers group -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja

Re: django setup.py access denies

2011-08-31 Thread Elie Obeid
so great I subscribed to OFFICIAL group of django for help and what I get SPAMS, i'm so delighted!! -- 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

django setup.py access denies

2011-08-31 Thread Elie
I am having this issue with django http://bit.ly/pTSSyY you could answer it here or there, if you are actually stackoverflow users then answer it there because I opened a 50pts for this question. -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: call shell script from Django web service

2010-10-20 Thread Elie Zedeck RANDRIAMIANDRIRAY
If I were you, I would first investigate why is the script failing. Then, when you know why it's failing, you could make a workaround. It is normally possible to run external apps from Django, because it's just Python. You simply need to give your script the correct set of environment for it to wo

Re: Heriter charField

2010-10-20 Thread Elie Zedeck RANDRIAMIANDRIRAY
Je suis un débutant en Django, mais je pense que tu doit utiliser un autre widget pour ton mot de passe. Par exemple: password = CharField(widget=PasswordInput) D'autres widget ici: http://docs.djangoproject.com/en/dev/ref/forms/widgets/ 2010/10/20 updo > Bonjour à tout le monde > Je voudrai c

Registering a ModelAdmin, but with a different URL

2010-10-20 Thread Elie
ing for. Now, I'm not sure how would I go about displaying the Responses in that /admin/my_app/request/1/response/ and have it use the default admin interface (look and feel, links, add button, ...) but only relevant to the Request that is being worked on. Thanks for any response, Elie -- You