Get inside your stronghold and make all your Django views default login_required
Stronghold is a Django app designed to require login for all views by default. It provides a simple way to ensure that only authenticated users can access your Django project. While still in development, this tool offers easy installation and usage within Django projects, making it a convenient option for enhancing security.
Stronghold is a useful Django app for enforcing a default login requirement for all views in a project. While still in development, it offers straightforward installation and configuration options to customize the login settings. With the ability to make specific views public and compatibility with various Django versions, Stronghold provides a reliable security enhancement for Django projects.