"Table 'xxx.filer_clipboard' doesn't exist"

42 views
Skip to first unread message

Bhushan Vaiude

unread,
Dec 22, 2014, 7:01:10 AM12/22/14
to django...@googlegroups.com
Hi 

I am using django 1.7.1 and here is the install app details

INSTALLED_APPS = (
    # Django contrib apps
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.admin',
    'django.contrib.humanize',
    'django.contrib.syndication',
    'django.contrib.staticfiles',
    'django.contrib.sites',

    # Third-party apps, patches, fixes
    'djcelery',
    'debug_toolbar',
    'compressor',
    'cms',  # django CMS itself
    'mptt',  # utilities for implementing a tree
    'menus',  # helper for model independent hierarchical website navigation
    'sekizai',  # for javascript and css management
    'djangocms_admin_style',  # for the admin skin. You **must** add 'djangocms_admin_style' in the list **before** 'django.contrib.admin'.
    'django.contrib.messages',  # to enable messages framework (see :ref:`Enable messages <enable-messages>`)
    # 'reversion',
    'djangocms_text_ckeditor',
    'easy_thumbnails',
    'filer',
)


MIGRATION_MODULES = {

    'cms': 'cms.migrations_django',
    # 'cmsplugin_filer_file': 'cmsplugin_filer_file.migrations_django',
    # 'cmsplugin_filer_folder': 'cmsplugin_filer_folder.migrations_django',
    # 'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
    # 'cmsplugin_filer_teaser': 'cmsplugin_filer_teaser.migrations_django',
    # 'cmsplugin_filer_video': 'cmsplugin_filer_video.migrations_django',
    # 'djangocms_link': 'djangocms_link.migrations_django',
    'djangocms_syle': 'djangocms_syle.migrations_django',
    'djangocms_column': 'djangocms_column.migrations_django',
    'djangocms_grid': 'djangocms_grid.migrations_django',
    'djangocms_snippet': 'djangocms_snippet.migrations_django',
    'filer': 'filer.migrations_django',
}


I am getting following error in html/view

(1146, "Table 'xxxx.filer_clipboard' doesn't exist") 
 

Can anybody please help me to understand this error?

thanks,
Bhushan 

Bhushan Vaiude

unread,
Dec 22, 2014, 7:03:13 AM12/22/14
to django...@googlegroups.com
Also I have run the following command for migration
python manag.py migrate filer 

Still tables are missing from the database.
Reply all
Reply to author
Forward
0 new messages