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
Users there is a need to manage the Clean-param section. Since this parameter only supports Yandex, It was not possible to find a working solution for the administration of this field. There is no such functionality in the current implementation of `django-robots'.
Example of changes:
Templates - add a section to the generated file robot.txt
Views - Add a method to get all clean_param objects from the Rule model.
Model - add the clean_param field associated with M2M to the new CleanParam model.
Model - create the CleanParam (example-name).
Add the appropriate changes to the AdminForm.
Perhaps these changes can help library users implement a better SEO site setup.
The text was updated successfully, but these errors were encountered:
Users there is a need to manage the
Clean-param
section. Since this parameter only supports Yandex, It was not possible to find a working solution for the administration of this field. There is no such functionality in the current implementation of `django-robots'.Example of changes:
robot.txt
clean_param
objects from theRule
model.clean_param
field associated with M2M to the newCleanParam
model.CleanParam
(example-name).AdminForm
.Perhaps these changes can help library users implement a better SEO site setup.
The text was updated successfully, but these errors were encountered: