python 3.x - Django integerField empy value -


model - http://pastebin.com/krba4mft

import script - http://pastebin.com/cegrb8q7

error - valueerror: invalid literal int() base 10: ''

i keep getting error though i've set integerfield(blank = true, null = true)

any ideas?


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -