django-maintenance-mode icon indicating copy to clipboard operation
django-maintenance-mode copied to clipboard

:construction: :hammer_and_wrench: shows a 503 error page when maintenance-mode is on.

Results 22 django-maintenance-mode issues
Sort by recently updated
recently updated
newest added

The business want to be able to specify a time window (start time and end time) in which the website turns automatically the website on and off. What would be...

enhancement

Dear django-maintenance-mode developers Thank you for the excellent package. I am encountering an issue with file write errors on Windows systems while using your package. Here is my setup: **Environment**...

bug

updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.15 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.15...v0.2.0)

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Release notes Sourced from pre-commit's releases. pre-commit v3.6.0 Features Check minimum_pre_commit_version first when parsing configs. #3092 PR by @​asottile. Fixes...

dependencies
python

#172 ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/fabiocaccamo) so you can upvote and help fund this issue. - We receive the funding once the issue is completed & confirmed...

bug

The app is great! 😀 You do a great job for Django users! However, a nice feature would to have admin toggler turning the 503 mode on and off. Something...

enhancement

Update versions of pre-commit hooks to latest version.

**Python version** 3.10 **Django version** 4.2.0 **Package version** latest from GIT **Current behavior (bug description)** maintenance_mode_state.txt file gets deleted from directory **Expected behavior** maintenance_mode_state.txt file should be stay Problem under...

bug

I have set: ``` MAINTENANCE_MODE_IGNORE_SUPERUSER = True MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER = True ``` When activating the maintenance mode also the superuser gets logged out and has no change to sign-in again. With...

enhancement

updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.4.3) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)