django - I'm trying to integrate disqus in my project but ended with error -


the error i've got : runtimeerror: model class django.contrib.sites.models.site doesn't declare explicit app_label , isn't in application in installed_apps.

my setting file this:

installed_apps = [     'django.contrib.admin',     'django.contrib.auth',     'django.contrib.contenttypes',     'django.contrib.sessions',     'django.contrib.messages',     'django.contrib.staticfiles',     'django.contrib.sites',     'disqus',   ] site_id = 1   disqus_api_key = 'kla0jwwljfwkthvsym2osrilbsdczzmreyx9neizpz48rtws6ew2vvewmzgupsea'  disqus_website_shortname = 'foobar' 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -