acdh-oeaw / dig_ed_cat

A web application to browse, analyze and curate a cataloge of digital editions
https://dig-ed-cat.acdh.oeaw.ac.at/
MIT License
9 stars 2 forks source link

Server error 500 upon syncing #197

Closed gfranzini closed 6 years ago

gfranzini commented 6 years ago

Hi guys! So I added a new project a few minutes ago but when I click on the click me to sync button in the Django application I get a Server Error (500) message.

The last commit is here: https://github.com/gfranzini/digEds_cat/commit/fb6ef038702e2289c468d8f8a1f4f4aa96cc81b8

csae8092 commented 6 years ago

"Field 'legacy_id' doesn't have a default value" the institutions table in our production database obviously has a field 'legacy_id' though I have no idea how it got there ... . I'll try to remove this field, hopefully without breaking too much To be continued...

csae8092 commented 6 years ago

ok, I removed this mysterious column and run the sync script which worked fine.

gfranzini commented 6 years ago

legacy_id? Weird. Thanks!!!