Cannot run the example
icruces opened this issue · 3 comments
icruces commented
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.
rodolphopivetta commented
# on manage.py path
$ python manage.py makemigrations core
$ python manage.py migrate
$ python manage.py runserver
lin344902118 commented
add a python-package named migrations and then run command makemigrations,migrate to create to create the table
vdboor commented
Thanks, I've fixed the example app!