Changeset - 49ca73f50e5c
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 7 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
...
 
@@ -28,19 +28,12 @@ configuration requirements, see `deploy/ansible/install.yml`.
 
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
0 comments (0 inline, 0 general)