django-seo2
django-seo2 copied to clipboard
Provides a set of tools for managing Search Engine Optimisation (SEO) metadata for Django sites.
django-seo2 is broken from django.core.urlresolvers import (RegexURLResolver, RegexURLPattern, ModuleNotFoundError: No module named 'django.core.urlresolvers' Refer to "django.core.urlresolvers" entry on their [deprecation](https://docs.djangoproject.com/en/2.0/internals/deprecation/) doc.
There is a small typo in djangoseo/admin.py. Should read `there` rather than `ther`.
How to use **seo_views** in combination with URL namespaces?
Hi, Please review this code. I have modified it for django 2.0 compatibility
I have added djangoseo app to settings.py. But djangoseo model is'nt dispalyed on admin site. I have followed the instructions in Readme.md. Please help.
Any idea about this? ERROR:django.request:Internal Server Error: /admin/djangoseo/youlunmetadatamodel/add/ Traceback (most recent call last): File "/home/vagrant/virtualenv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response response = wrapped_callback(request, _callback_args, *_callback_kwargs) File "/home/vagrant/virtualenv/local/lib/python2.7/site-packages/django/contrib/admin/options.py", line 583, in wrapper...
Migrate doesn't create seo models. I've just followed the tutorial and it should be pretty simple since all you need is to register 'djangoseo' app and create metadata class. Maybe...
relation "djangoseo_mymetadatapath" does not exist LINE 1: ...heading", "djangoseo_mymetadatapath"."_path" FROM "djangoseo... Django Version: 1.9.2
no such table: djangoseo_mymetadatapath how can i create the table ?
I were trying to add a new Meta info to model (not instance), then got this error. Adding into modelinstance or url works fine. ``` Environment: Request Method: POST Request...