Skip to content

oesah/djangocms_seo

Repository files navigation

DjangoCMS SEO

https://travis-ci.org/oesah/djangocms-seo.svg?branch=master

The missing SEO App for DjangoCMS.

Developed by: oesahIT.

Documentation

The full documentation is at https://djangocms-seo.readthedocs.io.

Quickstart

Install DjangoCMS SEO:

pip install djangocms-seo

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'djangocms_seo.apps.DjangocmsSeoConfig',
    ...
)

Add DjangoCMS SEO's URL patterns:

from djangocms_seo import urls as djangocms_seo_urls


urlpatterns = [
    ...
    url(r'^', include(djangocms_seo_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

Sponsorship

This project is maintained by Mathison AG | Mobile & Web Development.

Used by