When I typed 'python manage.py migrate', i got the following error:
Operations to perform:
Apply all migrations: admin, auth, contenttypes, guardian, models,
oauth2_provider, sessions
Running migrations:
Applying models.3201_second_removal_of_node_nodetype_branch... OK
Applying models.deserialize_provisional_edits... OK
Applying models.3385_add_provisional_user_fields... OK
Applying models.3454_graph_node_sort_order... OK
Applying models.3601_remove_forms... OK
Applying models.3724_report_manager... OK
Applying models.3724_report_manager_2...Traceback (most recent call last):
File "manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/core/management/__init__.py",
line 364, in execute_from_command_line
utility.execute()
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/core/management/__init__.py",
line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/core/management/base.py",
line 283, in run_from_argv
self.execute(*args, **cmd_options)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/core/management/base.py",
line 330, in execute
output = self.handle(*args, **options)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py",
line 204, in handle
fake_initial=fake_initial,
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
line 115, in migrate
state = self._migrate_all_forwards(state, plan, full_plan, fake=fake,
fake_initial=fake_initial)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
line 145, in _migrate_all_forwards
state = self.apply_migration(state, migration, fake=fake,
fake_initial=fake_initial)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
line 244, in apply_migration
state = migration.apply(state, schema_editor)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/migrations/migration.py",
line 129, in apply
operation.database_forwards(self.app_label, schema_editor, old_state,
project_state)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/migrations/operations/special.py",
line 108, in database_forwards
self._run_sql(schema_editor, self.sql)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/migrations/operations/special.py",
line 133, in _run_sql
schema_editor.execute(statement, params=None)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/backends/base/schema.py",
line 136, in execute
cursor.execute(sql, params)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/backends/utils.py",
line 79, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/backends/utils.py",
line 64, in execute
return self.cursor.execute(sql, params)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/utils.py",
line 94, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
File
"/opt/Projects/ENV/local/lib/python2.7/site-packages/django/db/backends/utils.py",
line 62, in execute
return self.cursor.execute(sql)
django.db.utils.IntegrityError: null value in column "config" violates
not-null constraint
DETAIL: Failing row contains (ccbd1537-ac5e-11e6-84a5-026d961c88e6, People
and Organizations, This resource model describes actor resources such as
individual..., null, GCI, null, , t, t, fa fa-user, Describes resources
such as individual people and groups of peop...,
e6e8db47-2ccf-11e6-927e-b8f6b115d7dd, rgba(233,112,111,0.8), null, null,
50000000-0000-0000-0000-000000000001).
Any help greatly appreciated.
--
-- To post, send email to [email protected]. To unsubscribe, send
email to [email protected]. For more information,
visit https://groups.google.com/d/forum/archesproject?hl=en
---
You received this message because you are subscribed to the Google Groups
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.