Skip to content

A lightweight and non-obtrusive interface for managing metatag/title information in templates

Notifications You must be signed in to change notification settings

yeago/django-metatags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

This is my take on solving the awkward relationship between 
Django Templates and Metatag/title information.

My approach staunchly defends user simplicity. The down-side (if you 
want to call it that) is that there is template logic in the admin. 

INSTALL:

1) Blah blah blah INSTALLED_APPS, Syncdb.

2) Add some URLMetatags model instances

3) Load the "metatag_tags" templatetag in your base tag and call {% metatag_populate %}

About

A lightweight and non-obtrusive interface for managing metatag/title information in templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages