honzakral/django-threadedcomments

Cannot run the example

Closed this issue · 3 comments

Hi,

I have been trying to run the example but I cannot make it work. I am using Django 1.10.5 and when I try to access to the home page I get:

no such table: core_message

I have installed django-contrib-comments and run the migrations.

I can access to the admin page though, but the user/password: admin/admin doesn't work either.

Thanks.

# on manage.py path
$ python manage.py makemigrations core
$ python manage.py migrate
$ python manage.py runserver

add a python-package named migrations and then run command makemigrations,migrate to create to create the table

Thanks, I've fixed the example app!