django-garpix-seo

Django application with SEO features.


Keywords
django, garpix, seo
License
MIT
Install
pip install django-garpix-seo==0.1.1

Documentation

Install

$ pip install django-garpix-seo

Add 'garpix_seo' to INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
    ...
    'garpix_seo',
    ...
)

Make migrate:

$ python manage.py migrate

Enjoy!

Using

Add to your base template:

{% load garpix_seo %}

If you extends some model (from garpix_seo.models import SeoModel):

{% garpix_seo element=element %}

If you want default values:

{% garpix_seo %}

Repository

https://github.com/Garpix/django-garpix-seo

License

MIT