You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying optional integration of this library with Django by adding "eulexistdb" in Django Project settings.py but it throws this error whenever I try to run the server.
The text was updated successfully, but these errors were encountered:
dknamikaze
added a commit
to dknamikaze/eulexistdb
that referenced
this issue
Feb 21, 2024
Checkout for more details - https://stackoverflow.com/questions/70466886/typeerror-init-got-an-unexpected-keyword-argument-providing-args. Django removed providing-args in Django 3.1
My current setup - Windows 11,
Python 3.11.3 ,
Django==5.0.2
djangorestframework==3.14.0
eulxml==1.1.3
I am trying optional integration of this library with Django by adding "eulexistdb" in Django Project settings.py but it throws this error whenever I try to run the server.
The text was updated successfully, but these errors were encountered: