I have been trying to do below steps and all the migrations except my custom apps are getting failed with ORA-00955 error saying name is already used by an existing object. When i search in oracle dba_tables i don't find DJANGO_ADMIN_LOG table
i have executed below steps which is failing: python manage.py makemigrations python maange.py migrate admin django.db.utils.databaseerror ora-00955 name is already used by an existing object ***************************** while i am able to perform python manage.py migrate myapp same happening for other objects like auth and session. Any help is appreciated?? -- 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.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3fd6b474-7513-44d8-b3f1-eb79eb275d96o%40googlegroups.com.