torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
368 stars 46 forks source link

Cannot get started with django-pattern-library #143

Closed jenish2014 closed 3 years ago

jenish2014 commented 3 years ago

I followed the getting started section from the docs but got stuck, it keeps showing me PatternLibraryEmpty error.

my directory structure:

project
    - home
         - templates
             - patterns
                  - base.html
                 - components
                     - quote_block
    - project_dir
    - manage.py

i've setup the settings file as instructed on getting started page but cannot get it to work. help!

thibaudcolas commented 3 years ago

Hey @jenish2014, could you share more info about your setup? I think we’d need your template and pattern library settings at least.