nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
477 stars 68 forks source link

Remove useless "else" statements. #182

Closed thesayfulla closed 10 months ago

thesayfulla commented 10 months ago

We have unnecessary "else" statements. We should remove it.

References:

  1. meta/models.py#L130
  2. meta/views.py#L189
  3. meta/views.py#L248