{ "info": { "author": "Peveri Martin", "author_email": "martinpeveri@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-seo-admin/README.rst\n================\nDjango SEO Admin\n================\n\nDjango SEO Admin is the app for apply SEO on your websites with Django.\n\nInstalling\n----------\n\npip install django-seo-admin\n\nQuick start\n-----------\n\n1. Include the app 'seo' to INSTALLED_APP in the settings.py\n\t\t\n2. Apply migration with makemigrations and migrate for registry the model of django-seo-admin\n\n3. In the template::\n\t\n\t\n\t\n\t\t
\n\t\t\t\n\t\t\t\n\t\t\t{% load tag_seo_admin %}\n\t\t\t{% get_metadata %}\n\t\t\n\t\t\n\t\t\t