You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - not sure if I'm missing something, but if there are already redirects in the db then this fails. Should it use a separate table?
Cheers.
ERRORS:
django_redirect: (models.E028) db_table 'django_redirect' is used by multiple models: djangocms_redirect.Redirect, redirects.Redirect.
djangocms_redirect.Redirect.site: (fields.E304) Reverse accessor for 'Redirect.site' clashes with reverse accessor for 'Redirect.site'.
HINT: Add or change a related_name argument to the definition for 'Redirect.site' or 'Redirect.site'.
redirects.Redirect.site: (fields.E304) Reverse accessor for 'Redirect.site' clashes with reverse accessor for 'Redirect.site'.
HINT: Add or change a related_name argument to the definition for 'Redirect.site' or 'Redirect.site'.