(venv) zonny@tendenci:/srv/LIBREORGANIZE/libreorganize$ python manage.py initial_migrate Operations to perform: Apply all migrations: accountings, admin, announcements, articles, auth, base, boxes, campaign_monitor, captcha, careers, case_studies, categories, committees, contacts, contenttypes, contributions, corporate_memberships, dashboard, directories, discounts, djcelery, donations, educations, email_blocks, emails, entities, event_logs, events, explorer, explorer_extensions, exports, files, forms, forums, handler404, help_files, ics, imports, industries, invoices, jobs, kombu_transport_django, locations, make_payments, memberships, meta, metrics, navs, news, newsletters, notifications, pages, payments, perms, photos, profiles, recurring_payments, redirects, regions, registration, reports, resumes, robots,search, sessions, site_settings, sites, social_services, speakers, staff, stories, stripe, studygroups, tagging, tastypie, tendenci_guide, testimonials, theme_editor, user_groups, versions, videos, wp_exporter, wp_importer Running migrations: Applying files.0005_auto_20180724_1745...Traceback (most recent call last): File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) psycopg2.ProgrammingError: column user_groups_group.show_for_memberships does not exist LINE 1: ...as_option", "user_groups_group"."allow_self_add", "user_grou... ^ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "manage.py", line 19, in execute_from_command_line(sys.argv) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, **cmd_options) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute output = self.handle(*args, **options) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 204, in handle fake_initial=fake_initial, File "/srv/LIBREORGANIZE/venv/lib/python3.6/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 "/srv/LIBREORGANIZE/venv/lib/python3.6/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 "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/migrations/executor.py", line 244, in apply_migration state = migration.apply(state, schema_editor) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/migrations/migration.py", line 129, in apply operation.database_forwards(self.app_label, schema_editor, old_state, project_state) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/migrations/operations/fields.py", line 221, in database_forwards schema_editor.alter_field(from_model, from_field, to_field) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/base/schema.py", line 531, in alter_field old_db_params, new_db_params, strict) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/postgresql/schema.py", line 112, in _alter_field new_db_params, strict, File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/base/schema.py", line 635, in _alter_field new_default = self.effective_default(new_field) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/base/schema.py", line 223, in effective_default default = field.get_default() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/fields/related.py", line 952, in get_default field_default = super(ForeignKey, self).get_default() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py", line 782, in get_default return self._get_default() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/tendenci/apps/user_groups/utils.py", line 44, in get_default_group return Group.objects.get_initial_group_id() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/tendenci/apps/user_groups/managers.py", line 62, in get_initial_group_id group = self.get_or_create_default() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/tendenci/apps/user_groups/managers.py", line 27, in get_or_create_default group = self.first() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/tendenci/apps/user_groups/managers.py", line 20, in first [group] = groups[:1] or [None] File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/query.py", line 254, in __bool__ self._fetch_all() File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/query.py", line 1121, in _fetch_all self._result_cache = list(self._iterable_class(self)) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/query.py", line 53, in __iter__ results = compiler.execute_sql(chunked_fetch=self.chunked_fetch) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 899, in execute_sql raise original_exception File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 889, in execute_sql cursor.execute(sql, params) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 79, in execute return super(CursorDebugWrapper, self).execute(sql, params) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/utils.py", line 94, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise raise value.with_traceback(tb) File "/srv/LIBREORGANIZE/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) django.db.utils.ProgrammingError: column user_groups_group.show_for_memberships does not exist LINE 1: ...as_option", "user_groups_group"."allow_self_add", "user_grou... ^