Skip to content

Commit

Permalink
translations; default admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Sep 28, 2023
1 parent 456130a commit f714114
Show file tree
Hide file tree
Showing 7 changed files with 785 additions and 618 deletions.
2 changes: 2 additions & 0 deletions africanlii/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@

# add middleware to redirect from agp.africanlii.org to africanlii.org
MIDDLEWARE.insert(1, "africanlii.middleware.RedirectAGPMiddleware") # noqa

ADMINS = [("AfricanLII", "[email protected]")]
2 changes: 2 additions & 0 deletions liiweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
# Court codes mappings for legacy lii urls
# Override this in the lii settings.py
COURT_CODE_MAPPINGS = {}

ADMINS = [("Laws.Africa", "[email protected]")]
Loading

0 comments on commit f714114

Please sign in to comment.