Re: ANN: django-admin-tools 0.6.0 released

2015-07-07 Thread Leandro Zanuz
Hi, great news! >From django-admin-tools 0.5.2 version to 0.6.0 had database changes or we need execute migrate with --fake option? By. 2015-07-07 14:19 GMT-03:00 David Jean Louis : > Hello, > > We are happy to announce the availability of the version 0.6.0 of >

Re: Django 1.8 migrate - relation “django_content_type” already exists

2015-06-16 Thread Leandro Zanuz
Maybe you need make migrations for all your apps or remove all apps to use migrations. I had the same problems, but with auth_group. In my case, I removed all apps to use migrations and works fine.

Re: Issue in Django 1.7.1 with __unicode__ and admin site?

2014-11-12 Thread Leandro Zanuz
Don't do that, django recomends to use "python_2_unicode_compatible" decorator. https://docs.djangoproject.com/en/dev/topics/python3/#str-and-unicode-methods 2014-11-11 21:08 GMT-02:00 Mike Dewhirst : > On 12/11/2014 7:26 AM, Jorge Andrés Vergara Ebratt wrote: > >> When

Re: django1.7, python3.4 and MySQL

2014-11-03 Thread Leandro Zanuz
On Debian/Ubuntu I use: apt-get install libmysqld-dev libmysqlclient-dev 2014-11-03 15:17 GMT-02:00 Larry Martell : > On Mon, Nov 3, 2014 at 12:10 PM, Larry Martell > wrote: > > On Mon, Nov 3, 2014 at 11:13 AM, wrote: > >> > >>

Re: django1.7, python3.4 and MySQL

2014-11-03 Thread Leandro Zanuz
You can download it on mysql official website: http://dev.mysql.com/downloads/connector/python/ 2014-11-03 15:10 GMT-02:00 Larry Martell : > On Mon, Nov 3, 2014 at 11:13 AM, wrote: > > > > Yes, mysql-python-connector works fine with python3.4.2. > > >

Re: modpython and python2.5

2007-08-28 Thread Leandro Zanuz
You'll need to recompile your apache/mod-python. When you compile the mod-python you'll need ro inform the python path that you want to use. Grupo Django escreveu: > This is not a django related problem, but I thought that maybe someone > could help me. > I have a Debian 4 server with apache2,

HTTP_X_FORWARDED_FOR on HTTPS connections?

2007-05-23 Thread Leandro Zanuz
Hi Everybody. There is a way to take HTTP_X_FORWARDED_FOR (the real ip) on HTTPS connections? Thanks Leandro Zanuz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to