InstallationΒΆ

  • Install using pip:

    pip install django-meta
    
  • Add meta to INSTALLED_APPS:

    INSTALLED_APPS = (
        ....
        'meta',
    )
    
  • Add the required namespace tags to your base template for compliance with metadata protocols.

  • Optionally you can install and configure sekizai