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 ..
>
> basically .. 1.4 to 1.5 .. deploy .
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 django-users+unsubscr...@googlegroups.c
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 https://www.f
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 django-users+unsubs
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 unsubscrib
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 when
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 default’.
>
>
https://docs.djan
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’.
https://docs.djangoproject.com/en/1.9/ref/templates/api/#how-invalid-variab
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 rendering with
just {{ f
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', 'cdraccess')
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 because you are subscribed to
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
12 matches
Mail list logo