/django-shop-catalog-templates

Collection of starting templates for django-shop-catalog app.

Primary LanguageHTML

django-shop-catalog-templates

A collection of starting templates for django-shop-catalog.

Installation

  • Install django-shop-catalog.
  • Install django-crispy-forms by running pip install django-crispy-forms.
  • Add crispy_forms to your INSTALLED_APPS.
  • Add CRISPY_TEMPLATE_PACK = 'bootstrap3' to your settings.
  • Clone this repo into your templates directory.