tangentlabs/django-oscar-fancypages

Installation documentation is missing some configuration items

Tilley opened this issue · 0 comments

The README does not mention a few necessary things, including:

  • adding 'fancypages.middleware.EditorMiddleware' to MIDDLEWARE_CLASSES
  • adding fancypages.assets to INSTALLED_APPS
  • adding fp-api url definition to urls.py
  • adding twitter_tag to INSTALLED_APPS

There is also no mention of how to use the fp_container_tags templatetags.

All of this was findable by looking at the sandbox implementation, but it would be nice if this was in the README as well.