Migrations not working
relation "djangoseo_mymetadatapath" does not exist LINE 1: ...heading", "djangoseo_mymetadatapath"."_path" FROM "djangoseo...
Django Version: 1.9.2
+1 you should run "python manage.py makemigrations djangoseo" and next migrate db. It's really inconvenient for deploy scripts
same here. please fix
Same here.
I wrote a quickfix.
+1 on run "python manage.py makemigrations djangoseo". I thought this looks like a very handy package for production systems as we can fine-tune SEO via the Admin panel, but I am running on AWS and the deployment is very painful without this being a "proper" site package.
@qurm , in order to solve this problem in AWS, what I have done was download the djangoseo folder directly on my Django Project folder.
Now the migrations can be deployed easily.