website/www
Ben Sturmfels 1b0603889e
Remove www/conservancy/static/admin
These files are copies from an old version of Django, causing display issues in
the newer Django admin. With the "staticfiles" app enabled, the recent versions
of these files are copied to /var/www/website/collected-static/ when you run the
"collectstatic" management command. For example:

sudo -u www-data /var/www/venv-website/bin/python manage.py collectstatic --link
2023-10-19 17:03:48 +11:00
..
conservancy Remove www/conservancy/static/admin 2023-10-19 17:03:48 +11:00
podjango podjango: Fix duplicate URLconf entry for "all oggasts" 2023-10-19 16:00:17 +11:00
conservancy_ssl_wrapper.py First pass at migration to Django 1.7 2015-03-03 18:40:18 +00:00
conservancy_wrapper.py First pass at migration to Django 1.7 2015-03-03 18:40:18 +00:00
manage.py manage.py: New file. 2018-11-18 14:39:18 -05:00
modpythoncustom.py Apply pyupgrade --py36-plus (but skip f-strings as we're on Python 3.5) 2023-09-07 23:15:48 +10:00
wsgi.py Update WSGI entrypoint to match standard Django 2023-09-14 22:04:37 +10:00