[PR #1323] [CLOSED] Add django-maintenance-mode #1172

Closed
opened 2025-11-06 13:10:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1323
Author: @fabiocaccamo
Created: 7/23/2019
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

  • 38794c5 Added django-maintenance-mode to README.md

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

django-maintenance-mode shows a 503 error page when maintenance mode is on.

Features:

  • Customizable 503 page
  • Can exclude staff
  • Can redirect to another url
  • Can use a custom 503 template
  • Can exclude IP addresses
  • Can exclude superuser
  • Can ignore urls
  • Works at application level
  • Can be activated/deactivated using commands
  • Can be activated/deactivated using urls
  • Works at view level
  • Can work at view level
  • Pluggable backends support

What's the difference between this Python project and similar ones?

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1323 **Author:** [@fabiocaccamo](https://github.com/fabiocaccamo) **Created:** 7/23/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`38794c5`](https://github.com/vinta/awesome-python/commit/38794c5b4390d89cca3508f4c4c8483cc484c17b) Added django-maintenance-mode to README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) shows a 503 error page when maintenance mode is on. ## Features: - Customizable 503 page - Can exclude staff - Can redirect to another url - Can use a custom 503 template - Can exclude IP addresses - Can exclude superuser - Can ignore urls - Works at application level - Can be activated/deactivated using commands - Can be activated/deactivated using urls - Works at view level - Can work at view level - Pluggable backends support ## What's the difference between this Python project and similar ones? - Check comparisons on [django-packages](https://djangopackages.org/grids/g/maintenance-mode/) -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:10:50 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1172