We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добрый день!
При выполнении команды python manage.py fias --src /path/to/fias_dbf.zip вылетает с ошибкой
python manage.py fias --src /path/to/fias_dbf.zip
django.db.utils.IntegrityError: null value in column "complete_xml_url" violates not-null constraint DETAIL: Failing row contains (20210622, null, 2021-06-22, null, null, null, null)
django 3.2 django-fias 2.0.0 python 3.6
Подскажите пожалуйста в чем проблема?
The text was updated successfully, but these errors were encountered:
fias\importer\version.py in parse_item_as_object insert code if not item.FiasCompleteXmlUrl or not item.FiasCompleteDbfUrl: return
if not item.FiasCompleteXmlUrl or not item.FiasCompleteDbfUrl: return
Sorry, something went wrong.
No branches or pull requests
Добрый день!
При выполнении команды
python manage.py fias --src /path/to/fias_dbf.zip
вылетает с ошибкойdjango.db.utils.IntegrityError: null value in column "complete_xml_url" violates not-null constraint DETAIL: Failing row contains (20210622, null, 2021-06-22, null, null, null, null)
django 3.2
django-fias 2.0.0
python 3.6
Подскажите пожалуйста в чем проблема?
The text was updated successfully, but these errors were encountered: