Punkweb / PunkwebBB

Django application that provides a simple and modern forum board for your Django Website
https://punkweb.net/board/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Remove context processor #20

Closed shakedown-street closed 1 month ago

shakedown-street commented 2 months ago

The context processor is only used for reading forum settings in templates, which could probably be handled better via a templatetag or something. Removing the context processor reduces the amount of steps consumers of the package will need to do during initial installation.