Re: Upgrading to 1.9 - Any Easy Guide ?

2016-01-14 Thread Vibhu Rishi
Thanks Andre! On Tue, Jan 12, 2016 at 7:04 PM, André Jarussi wrote: > Hello, > > I recently had to upgrade from Django 1.4 to 1.8 (not quite ready for 1.9) > ... I made the upgrade with the minor realeases .. I didn't had much > trouble with the patches .. > >

Re: apps.populate deadlock

2016-01-14 Thread John Bazik
Thanks Shai. I'm waiting for a comment from the django-cms people. John -- 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

Coding retreat - Hack for food

2016-01-14 Thread Giorgos Papoutsakis
We are a small start up and we are developing a web application with Django and angular. We are hosting a coding retreat in Copenhagen based in those technologies. Join us for a day of coding, fun and learning. Snacks will be provided. For more information visit the facebook event

How to learn Django stepwise Effectively

2016-01-14 Thread Berbetto Nyamwamu
I am requesting one to advice on a way to learn Django effectively since it seems to be wide -- 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

Re: Showing BooleanField checkbox on left

2016-01-14 Thread Sayse
Yea I've heard of it. Have they managed to achieve this? I'd be interested to see how they've done it if so... I was hoping to find a way to do this with native django if possible -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Access denied for MySQL user in Django

2016-01-14 Thread Fred Stluka
Galil, I had a problem like this a couple years ago, and the solution was to delete the anonymous MySQL guest user as: mysql> use mysql; mysql> delete from user where host='localhost' and 'user=''; mysql> flush privileges; I'm not sure why Django 1.4 was trying to connect as the guest user

Re: turn on "string_if_invalid" as a ‘development default’

2016-01-14 Thread James Schneider
On Jan 14, 2016 7:50 AM, "guettli" wrote: > > I would like to do this: > > turn on "string_if_invalid" as a ‘development default’ > > The django docs say: > > While string_if_invalid can be a useful debugging tool, it is a bad idea to turn it on as a ‘development

turn on "string_if_invalid" as a ‘development default’

2016-01-14 Thread guettli
I would like to do this: turn on "string_if_invalid" as a ‘development default’ The django docs say: While string_if_invalid can be a useful debugging tool, it is a bad idea to turn it on as a ‘development default’.

Re: Showing BooleanField checkbox on left

2016-01-14 Thread Luis Zárate
Do you know django crispy forms ? http://django-crispy-forms.readthedocs.org/en/latest/ El miércoles, 13 de enero de 2016, Sayse escribió: > I'm in the process of trying to minimize the amount of code I need to use to render a form with bootstrap styling with the hope of

Access denied for MySQL user in Django

2016-01-14 Thread Galil
I have created a Django app and which uses MySQL. The settings.py file in the database sections is: DATABASES = { 'cdraccess': { 'ENGINE': 'django.db.backends.mysql', 'NAME': os.environ.get('CDR_DB_NAME', 'portal2'), 'USER': os.environ.get('CDR_DB_USER',

Re: excel file upload to MySQL database

2016-01-14 Thread François Schiettecatte
Why don’t you try and see. François > On Jan 14, 2016, at 4:52 AM, girija sameera wrote: > > Ok will see that. Also I found this > http://django-excel.readthedocs.org/en/latest/ > > Do you think it would work? > > Thank you. > > -- > You received this message

Re: excel file upload to MySQL database

2016-01-14 Thread girija sameera
Ok will see that. Also I found this http://django-excel.readthedocs.org/en/latest/ Do you think it would work? Thank you. -- 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