torchbox / wagtail-template

A Django template for starting new Wagtail projects with Vagrant. NO LONGER MAINTANED
19 stars 8 forks source link

Styleguide #14

Open davecranwell opened 9 years ago

davecranwell commented 9 years ago

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 commented 9 years ago

@kaedroho does this sound reasonable?

kaedroho commented 9 years ago

Hi @davecranwell

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