website/conservancy/supporter
Ben Sturmfels dd27742114
Move Python code out of the "conservancy/static" directory
Having Python code in "conservancy/static" is a bit suprising to people familiar
with Django. The name "static" is usually reserved for assets like CSS, JS and
images.

I'm moving `conservancy/static/views.py` to `conservancy/views.py` and removing
`conservancy/static/__init__.py`.
2024-03-06 18:46:40 +11:00
..
__init__.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
urls.py Move Python code out of the "conservancy/static" directory 2024-03-06 18:46:40 +11:00
views.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00