Giter Site home page Giter Site logo

Comments (5)

andrewschoen avatar andrewschoen commented on July 18, 2024

Do you have django.contrib.sites in INSTALLED_APPS?

from django-cms-redirects.

klebed avatar klebed commented on July 18, 2024

INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
# Uncomment the next line to enable the admin:
'django.contrib.admin',
'cms', #django CMS itself
'mptt', #utilities for implementing a modified pre-order traversal tree
'menus', #helper for model independent hierarchical website navigation
'south', #intelligent schema and data migrations
'sekizai', #for javascript and css management
'cms.plugins.file',
'cms.plugins.flash',
'cms.plugins.googlemap',
'cms.plugins.link',
'cms.plugins.picture',
'cms.plugins.snippet',
'cms.plugins.teaser',
'cms.plugins.text',
'cms.plugins.video',
'cms.plugins.twitter',
'tinymce',
'filebrowser',
'uploadify',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'cms_redirects',
)

from django-cms-redirects.

andrewschoen avatar andrewschoen commented on July 18, 2024

Maybe try a python manage.py syncdb before the migrate. Seems like for whatever reason the site table isn't being created.

If that doesn't work you might just try to include the project directly from the master branch here on github. We haven't pushed up to pypi in a bit.

from django-cms-redirects.

klebed avatar klebed commented on July 18, 2024

Ok. I will try both ways.

from django-cms-redirects.

benjaoming avatar benjaoming commented on July 18, 2024

Had the same error message with a different application.

It turned out, I had created django_sites at an earlier point in time, and it was MyISAM but needed to be InnoDB. Changing it fixed the error.

from django-cms-redirects.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.