Guest User

Untitled

a guest
Dec 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Problem installing fixture 'apps/schedule/fixtures/002_medicalstaffprofiles.json': Traceback (most recent call last):
  2. File "/home/humitos/.virtualenvs/aarnahealth/lib/python2.7/site-packages/django/core/management/commands/loaddata.py", line 169, in handle
  3. for obj in objects:
  4. File "/home/humitos/.virtualenvs/aarnahealth/lib/python2.7/site-packages/django/core/serializers/json.py", line 35, in Deserializer
  5. for obj in PythonDeserializer(simplejson.load(stream), **options):
  6. File "/home/humitos/.virtualenvs/aarnahealth/lib/python2.7/site-packages/django/core/serializers/python.py", line 122, in Deserializer
  7. data[field.attname] = field.rel.to._meta.get_field(field.rel.field_name).to_python(field_value)
  8. File "/home/humitos/.virtualenvs/aarnahealth/lib/python2.7/site-packages/django/db/models/fields/__init__.py", line 471, in to_python
  9. raise exceptions.ValidationError(self.error_messages['invalid'])
  10. ValidationError: [u'This value must be an integer.'
Add Comment
Please, Sign In to add comment