carltongibson / neapolitan

Quick CRUD views for Django
https://noumenal.es/neapolitan/
MIT License
413 stars 30 forks source link

Customize base template #24

Open kasun opened 1 year ago

kasun commented 1 year ago

As per discussion in #21 this PR adds support to customise base html template by declaring it as a class attribute in view classes.

Addresse step 2 of #6

carltongibson commented 1 year ago

Thanks for this @kasun! 🎁

So you know, I just need a bit of time to sit down with it.