View suit_multi_admin.py
def suit_multi_admin(): | |
"""Monkeypatch Django Suit to support multiple Admin Sites | |
Usage: | |
put this code for example in myapp/monkey.py | |
Activate the monkeypatch in your models.py: | |
from monkey import suit_multi_admin |
View index.html
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>App Redirection</title> | |
</head> | |
<body> | |
<!-- | |
NOTE: This was a great hack in days gone by, but now both Apple and Google have improved their support for custom | |
protocol handlers. |