Corentin Bettiol

Results 37 comments of Corentin Bettiol

I used to have Neon Dream activated in the Synthwave 84' theme, but recently it's not working anymore. I can't re-enable it due to this bug, and I really love...

Since django check seo works with django *and* django-cms, using djangocms-page-meta is not the only way of updating meta informations on a page, and therefore will not be put in...

Thank you, I will update the README with the information you provided in order to make install easier for people who don't use django-cms !

I fixed the `startswith` problem. I will look your problem when I have more time :)

Just adding that the changelog in the doc ([here](https://django-haystack.readthedocs.io/en/master/changelog.html)) does not seems to be up-to-date, and I have to look through [commits](https://github.com/django-haystack/django-haystack/commits/master) & [tags](https://github.com/django-haystack/django-haystack/tags) in order to see if the...

I started to implement it [here](https://github.com/kapt-labs/djangocms-page-meta/tree/feature/meta-robots) using [django-multiselectfield](https://pypi.org/project/django-multiselectfield/). It looks like a basic checklist: ![image](https://user-images.githubusercontent.com/45763865/80229006-1bcac280-8650-11ea-8b80-5e779501ecad.png) And adds the selected values (separated by commas) inside the robots meta tag: ![image](https://user-images.githubusercontent.com/45763865/80229092-37ce6400-8650-11ea-99c3-409f83698e35.png) Do...

@yakky Okay, I'll do that :) But the labels are the [exact keywords](https://developers.google.com/search/reference/robots_meta_tag#directives_1) that we can add to robots meta tag, so I don't know if we should make them...

Hmm yes I understand, lets do this then :)

Oh nice idea, I will add this too, thanks.

@yakky Can I add some information on [`django-meta configuration`](https://github.com/nephila/djangocms-page-meta/blob/develop/docs/configuration.rst#django-meta-configuration) doc too? Something like this: > Basic django-meta configuration: > > In `settings.py`: > ```python >META_SITE_PROTOCOL = 'http' # OR 'https'...