wagtail-template icon indicating copy to clipboard operation
wagtail-template copied to clipboard

Styleguide

Open davecranwell opened this issue 11 years ago • 2 comments

A styleguide has come in useful on many projects and I think this project could do with one too. As with the docs folder etc, it can always be ignored.

My plan was to add styleguide as a separate app, available on /styleguide enabled only in wagtail-template / project_name / project_name / settings / dev.py

(Aside: it's slightly frustrating that there's no better way of injecting non-wagtail apps into the urlpatterns than editing wagtail-template / project_name / project_name / urls.py and having to ensure a styleguide entry appears before url(r'', include(wagtail_urls)))

davecranwell avatar Oct 28 '14 10:10 davecranwell

@kaedroho does this sound reasonable?

davecranwell avatar Oct 28 '14 10:10 davecranwell

Hi @davecranwell

Yep, I agree that this would be very useful. But I would prefer that it lived under /project_name/styleguide.

kaedroho avatar Dec 15 '14 12:12 kaedroho