#16755: syncdb confuses any app named auth with its own
--------------------+--------------------------------------------
 Reporter:  dean@…  |          Owner:  nobody
     Type:  Bug     |         Status:  new
Milestone:          |      Component:  Core (Management commands)
  Version:  1.3     |       Severity:  Normal
 Keywords:          |   Triage Stage:  Unreviewed
Has patch:  0       |  Easy pickings:  0
    UI/UX:  0       |
--------------------+--------------------------------------------
 I created an app called 'auth' which included some very, very simple auth
 type stuff.  I have the django.contrib.auth removed from my INSTALLED_APPS
 since I do not need it.  However, upon running syncdb, all of the
 django.contrib.auth tables are created even though they are not needed:

 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table auth_user_user_permissions
 Creating table auth_user_groups
 Creating table auth_user
 Creating table auth_message

 The work around for this is to rename the app.  Once I renamed it to
 'site_auth', these tables were no longer created during syncdb.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16755>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to