DDMAL / VIM

The Virtual Instrument Museum website repository
MIT License
0 stars 2 forks source link

Add support for secure secret key #72

Closed dchiller closed 11 months ago

dchiller commented 11 months ago

Now reads Django's SECRET_KEY setting from an environment variable for security.

Updates README to include this instruction.