Re: Python-django project

2020-07-26 Thread Andi Setyawan
Interested Pada tanggal 21 Jul 2020 10:10 AM, "learn code" menulis: > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You received this message because y

Re: Python-django project

2020-07-24 Thread Andi Setyawan
Goodluck Pada tanggal 24 Jul 2020 10:08 AM, "Parampal Singh" < parampalsingh...@gmail.com> menulis: > 🤣🤣 best of luck brother 👊 > > On Fri, 24 Jul, 2020, 7:19 am Sreenivasulu Boggala, > wrote: > >> I am also interested >> >> On Fri, 24 Jul, 2020, 2:19 am Himanshi Dhanwadhiya, >> wrote: >> >>> I

Re: Flood of ''Invalid HTTP_HOST header" mails

2015-01-23 Thread andi-h
tion. Using instead unicode strings (u"www.example.com") solved the problem. Thanks for your answer. Andi Am Donnerstag, 22. Januar 2015 04:49:41 UTC+1 schrieb Collin Anderson: > > Hi, > > So django is rejecting hosts even though they are listed in ALLOWED_HOSTS? > Are

Re: Can not add a group to a custom auth user

2014-08-31 Thread Ikaros andi
super(Merchant, self).save(force_insert=True) solved the problem! On Monday, September 1, 2014 2:15:22 PM UTC+8, Ikaros andi wrote: > > I debug into save method and find: > > ValueError: "" needs to have a value for field "user" > before this ma

Re: Can not add a group to a custom auth user

2014-08-31 Thread Ikaros andi
I debug into save method and find: ValueError: "" needs to have a value for field "user" before this many-to-many relationship can be used. Merchant have already been super saved. I can figure it out On Wednesday, August 27, 2014 10:08:15 PM UTC+8, Collin Anderson wrote: > > i assume "groups

Can not add a group to a custom auth user

2014-08-26 Thread Ikaros andi
I want create a user with custom group in django admin. so I write below code: from django.contrib.auth.models import User as AuthUserfrom django.contrib.auth.models import Group # These groups have already been created while project start.class TestGroup(object): Admin = 'Admin'

Re: [feincms] [ANN]: FeinCMS v1.7

2013-02-26 Thread Andi Albrecht
.7 requires Django 1.4. Should that be read as requires at least Django 1.4? IOW is FeinCMS 1.7 tested with Django 1.5? Best regards, Andi > > > -- > You received this message because you are subscribed to the Google Groups > "Django FeinCMS" group. > To unsubscribe

Re: UnicodeEncodeError in file uploads

2012-03-01 Thread andi-h
1) $ cat /etc/apache2/envvars export APACHE_RUN_USER=www-data export APACHE_RUN_GROUP=www-data export APACHE_PID_FILE=/var/run/apache2.pid . /etc/default/locale export LANG # comments have been stripped 2) $ cat /etc/default/locale LANG="en_US.UTF-8" $ sudo su - www-data $ export export HOME='/var

Re: UnicodeEncodeError in file uploads

2012-03-01 Thread andi-h
Hi, as you suggested I changed that settings. In addition I made a new MySQL database with an UTF8 collation and copied all the data to that one. No change, I still got the same problem :-( -- You received this message because you are subscribed to the Google Groups "Django users" group. T

Re: noob question about URLconf

2010-10-09 Thread Andi Trînculescu
it looks like your dev server isn't running. On Oct 9, 12:50 am, lyrical wrote: > I'm following the Django book but run into a pathing problem (I think) > I did exactly what the book said, even copying and pasting the code as > to make sure I didn't make a typo. > > so in the views.py I have > >

Re: noob question about URLconf

2010-10-09 Thread Andi Trînculescu
You probably didn't run manage.py runserver. You also need to install your app in settings.py On Oct 9, 12:50 am, lyrical wrote: > I'm following the Django book but run into a pathing problem (I think) > I did exactly what the book said, even copying and pasting the code as > to make sure I didn'

Re: www.djangoproject.com

2010-07-12 Thread Andi
On Jul 12, 3:40 pm, Nick Raptis wrote: > Yea, for some reason, my thoughts went to Weave too. Maybe it has > something to do with it, maybe it doesn't. Haven't got any more trouble > since I fixed it though. > Glad I could help :) I'm using Weave too, don't think

Re: www.djangoproject.com

2010-07-08 Thread Andi
27;s not sufficient to add another locale to the first position. Thank you very much, I would never have found this. -- Bye, Andi -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegrou

Re: www.djangoproject.com

2010-07-05 Thread Andi
ays. It's the combination djangoproject.com + my main Firefox profile which produces the problem exclusively. -- Andi -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To u

Scheduler proposal

2007-05-20 Thread Andi Albrecht
he scheduler to bring it up, if required (determined by a configuration option). The scheduler itself is just the imported TurboGears scheduler for simplification. A patch based on rev. 5297 is attached to this mail. I've tested this solution in my application a few days now and it wo