Changeset - 49ca73f50e5c
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 8 months ago 2023-09-20 02:29:51
ben@sturm.com.au
Remove documentation reference to unused `djangopw` module

Code appears to have been removed some time back.
1 file changed with 0 insertions and 7 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
...
 
@@ -22,31 +22,24 @@ The content and text (such as the HTML files) is currently
 
Conservancy's webserver runs on a standard Debian installation. For
 
configuration requirements, see `deploy/ansible/install.yml`.
 

	
 

	
 
## CDN
 

	
 
Requests to any URL starting with `/videos/` are forwarded to our CDN server to
 
reduce bandwidth use. These files are uploaded to the CDN manually via the
 
Rackspace API. Note that the Apache rewrite rule requires that the file **not
 
exist** on disk for the redirect to be applied.
 

	
 

	
 
## Django setup
 

	
 
0. Make sure the Python module 'djangopw', with the global variable
 
   'djangoadmin_password' is somewhere importable in the default
 
   PYTHON_PATH.
 

	
 

	
 
## Local development
 

	
 
Python dependencies are tied to the versions available in Debian.
 

	
 
    python3 -m pip install -r requirements.txt
 
    cd www
 
    python manage.py runserver
 

	
 

	
 
## Deploying
 

	
 
Changes pushed to the https://k.sfconservancy.org/website repository are
0 comments (0 inline, 0 general)