django-maintenancemode
django-maintenancemode copied to clipboard
🛠 django-maintenancemode allows you to temporary shutdown your site for maintenance work
It'd be a nice feature if the module could handle automatically the prefixes of the languages in multilingual sites, using them to prefix the ignored urls.
Great module, I've used it for years. Just want to suggest a new feature -- adding a message to contrib.messages via settings, as sometimes you may want to give more...
This is not a bug but a limitation of the current system. That is heroku depoloyments cannot benefit from the approach being used with the management on|off command. Any execution...
added feature to exclude multiple app's from maintenance mode
Hi. Is there any plan to release version 0.11.8 soon ? I'm a bit stuck with the issue solved in PR #40. Thanks.
feat: added the ability to remove the middleware during setup/reload chore: removed duplicate if statement
What do you think about using poetry in the project? Also, what do you think about using a pre-commit to enforce a coding style such as Black?
Hi @bashu I'm thinking about using a settings object that reads from a dict in django settings. Something like https://github.com/encode/django-rest-framework/blob/master/rest_framework/settings.py What do you think? This is because we could try...
I have a few suggestions on how to improve this package. Is this package still maintained?