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
В миграции 0005 зашит путь к fias_xml.rar:
load_complete_data(path='/home/ego/Downloads/fias_xml.rar', truncate=True, tables=TABLES_STATS)
Так же программная ошибка:
Applying fias.0005_load_stats_data...Traceback (most recent call last):
....
File ".../fias/migrations/0005_load_stats_data.py", line 16, in load_stats_data
fetch_version_info(update_all=True)
File ".../fias/importer/version.py", line 30, in fetch_version_info
if not ver.pk or update_all:
UnboundLocalError: local variable 'ver' referenced before assignment
The text was updated successfully, but these errors were encountered:
В миграции 0005 зашит путь к fias_xml.rar:
load_complete_data(path='/home/ego/Downloads/fias_xml.rar', truncate=True, tables=TABLES_STATS)
Так же программная ошибка:
Applying fias.0005_load_stats_data...Traceback (most recent call last):
....
File ".../fias/migrations/0005_load_stats_data.py", line 16, in load_stats_data
fetch_version_info(update_all=True)
File ".../fias/importer/version.py", line 30, in fetch_version_info
if not ver.pk or update_all:
UnboundLocalError: local variable 'ver' referenced before assignment
The text was updated successfully, but these errors were encountered: