Django application with SEO features.
Project Description
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
License
MIT
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-garpix-seo-0.1.1.tar.gz (3.6 kB) Copy SHA256 hash SHA256 | Source | None | May 24, 2017 |