Hello,
I'm a beginner in Django, I use Django 1.8 in a virtualenv with python 3.4 and a postgresql database. I create my app and my models, and I want to drop indexes temporarily for inserting data in the database. But when I use this command : django-admin.py sqldropindexes app_label The result show me the sql commands to drop indexes but the indexes names are not the same in the database... Is it a problem of my configuration? A bug of django-admin? Thanks of Help. Franck -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9f0d4666-b71a-4882-9654-73dad5457c31%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

