System check identified some issues:
WARNINGS:
?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DEBUG, TEMPLATE_LOADERS.
Operations to perform:
Synchronize unmigrated apps: sortedm2m, djangocms_inherit, sekizai, treebeard, djangocms_flash, djangocms_file, aldryn_apphooks_config, parler, aldryn_translation_tools, aldryn_reversion, djangocms_googlemap, mptt, staticfiles, djangocms_column, djangocms_admin_style, sitemaps, djangocms_picture, djangocms_style, aldryn_common, aldryn_boilerplates, djangocms_link, messages, djangocms_video, djangocms_teaser
Apply all migrations: filer, reversion, aldryn_people, admin, sessions, django_openid_auth, auth, sites, menus, contenttypes, aldryn_newsblog, taggit, ubucon_site, cms, easy_thumbnails, aldryn_categories, djangocms_text_ckeditor
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
Rendering model states...Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 346, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 394, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 445, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/migrate.py", line 222, in handle
executor.migrate(targets, plan, fake=fake, fake_initial=fake_initial)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 100, in migrate
state.apps # Render all real_apps -- performance critical
File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 59, in __get__
res = instance.__dict__[self.name] = self.func(instance)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/state.py", line 166, in apps
return StateApps(self.real_apps, self.models)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/state.py", line 232, in __init__
self.render_multiple(list(models.values()) + self.real_models)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/state.py", line 270, in render_multiple
"for more" % (new_unrendered_models, get_docs_version())
django.db.migrations.state.InvalidBasesError: Cannot resolve bases for [<ModelState: 'djangocms_inherit.InheritPagePlaceholder'>, <ModelState: 'djangocms_flash.Flash'>, <ModelState: 'djangocms_file.File'>, <ModelState: 'djangocms_googlemap.GoogleMap'>, <ModelState: 'djangocms_column.MultiColumns'>, <ModelState: 'djangocms_column.Column'>, <ModelState: 'djangocms_picture.Picture'>, <ModelState: 'djangocms_style.Style'>, <ModelState: 'djangocms_link.Link'>, <ModelState: 'djangocms_video.Video'>, <ModelState: 'djangocms_teaser.Teaser'>]
This can happen if you are inheriting models from an app with migrations (e.g. contrib.auth)
in an app with no migrations; see https://docs.djangoproject.com/en/1.8/topics/migrations/#dependencies for more