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
Když se pokouším importovat profily pouze s e-maily (minimální varianta, která bych očekával, že se importuje), tak dostanu následující chybu:
Číslo řádku: 1 - 'NoneType' object has no attribute 'save'
userprofile, [email protected], 0, 0, 34
Traceback (most recent call last):
File "/home/petr/.local/share/virtualenvs/aklub_project-HrPEZ5ak/lib/python3.6/site-packages/import_export/resources.py", line 512, in import_row
self.import_obj(instance, row, dry_run)
File "/home/petr/soubory/programovani/Auto-mat/aklub/aklub_project/apps/aklub/admin.py", line 441, in import_obj
obj.save()
AttributeError: 'NoneType' object has no attribute 'save'
Když se pokouším importovat profily pouze s e-maily (minimální varianta, která bych očekával, že se importuje), tak dostanu následující chybu:
příklad souboru:
The text was updated successfully, but these errors were encountered: