Django 1.8 Comment Library Comments configuration Issues

Source: Internet
Author: User
Tags install django pip install django

The comments library is a built-in review library of the Django framework that allows you to quickly build the commenting system your site needs. But 1.8 of the configuration and 1.6 appeared a little bit of configuration, due to just contact, according to the online document configuration, need to

Settings.py's Installed_apps added ' django.contrib.comments ', but following this configuration, an error will appear:

Importerror:no Module named comments

began to think that it is necessary to load the module, but after the addition of the module still has this hint, after the online review found that the original 1.8 version has been changed, refer to http://django-contrib-comments.readthedocs.org/en/latest/porting.html

#apt-get Install Pip#pip Install django-contrib-comments Add the following installed_apps in setting.py Appinstalled_apps = (...   ' django_comments ',    ...)

So then Python manger.py syncdb will be able to, will not error.

If the error follows: Site matching query does not exist.

You need to add site_id = 1 in setting.py.

Django 1.8 Comment Library Comments configuration Issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.