A collection of starting templates for django-shop-catalog.
- Install django-shop-catalog.
- Install
django-crispy-forms
by runningpip install django-crispy-forms
. - Add
crispy_forms
to yourINSTALLED_APPS
. - Add
CRISPY_TEMPLATE_PACK = 'bootstrap3'
to your settings. - Clone this repo into your templates directory.