Saturday, March 21, 2020

is there any way to django3.0 & oracle 11g together?

My organization uses Oracle 11g there is no way to upgrade it.

I am facing some issues with oracle 11g & Django 3.0. when i try to migrate a model in django 3.0 i face below mentioned problem:

django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (ORA-02000: missing ALWAYS keyword)

To solve it i switched to django 1.11.17 but it is generating below mentioned error.

ImportError: cannot import name 'path' from 'django.urls' (C:\Users\RAKIB\AppData\Local\Programs\Python\Python38\lib\site-packages\django\urls\__init__.py).

is there any solution??

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2c40da35-a618-4df2-9919-d5cf71ef0d98%40googlegroups.com.

No comments:

Post a Comment