summaryrefslogtreecommitdiffstats
path: root/conf/settings/base.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-04UI changesMatthew Lemon1-0/+2
- ripped out more w3 stuff - better login page template - redirects to home after successful login
2024-08-30Removed most of w3 and working on fixing the forms.Matthew Lemon1-3/+0
2024-06-07Configures local dev to use sqlite and moves whitenoise middleware to prod ↵Matthew Lemon1-1/+0
settings
2024-06-06Move to whitenoise for static files.Matthew Lemon1-1/+3
Accompanying files in manifests adapted too so we don't use persistent volume claims.
2024-05-23wip: moved config to base.pyMatthew Lemon1-0/+0
2024-05-02Adds OpenShift route to ALLOWED_HOSTSMatthew Lemon1-1/+1
2024-04-24Another fix for CSRF and loginrequired middlewareMatthew Lemon1-0/+5
2024-04-24Fix for CSRF and loginrequired middlewareMatthew Lemon1-1/+4
2024-04-24Updating ALLOWED_HOSTSMatthew Lemon1-1/+1
2024-04-24New Dockerfile using RedHat imageMatthew Lemon1-3/+3
2024-04-23switched to DjangoMatthew Lemon1-0/+147