Skip to content

seo app#8

Open
farzadkhani wants to merge 14 commits intomainfrom
seo
Open

seo app#8
farzadkhani wants to merge 14 commits intomainfrom
seo

Conversation

@farzadkhani
Copy link
Collaborator

No description provided.

from django.shortcuts import redirect


class AppendSEOItems:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IncludeSEOInfo

seo/models.py Outdated
REDIRECT_STATUS_307 = 307
REDIRECT_STATUS_308 = 308
REDIRECT_STATUS_TYPE = (
(REDIRECT_STATUS_301, '301'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add redirect type title

seo/models.py Outdated
choices=REDIRECT_STATUS_TYPE
)

REDIRECT = "redirect"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OPERATION_REDIRECT

seo/models.py Outdated
)

REDIRECT = "redirect"
SEOINFO = "seo_info"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OPERATION_INCLUDE_SEO_INFO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants