SEO apps for Django
Project description
SEO apps for Django
Documentation
The full documentation is at https://django-pyseo.readthedocs.org.
Quickstart
Install django-pyseo:
pip install django-pyseo
Then use it in a project:
import pyseo
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements-test.txt (myenv) $ python runtests.py
Credits
Tools used in rendering this package:
History
0.1.0 (2016-02-01)
First release on PyPI.