From da891242000395a5da4381911dfc1447d1ef54ea Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Tue, 18 Jun 2019 21:37:34 -0700 Subject: [PATCH] Note about archiving --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 77b61d8..3a7af9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Notice +If you've used Django Rednoise before, thanks! I'm glad it was helpful. Unfortunately, this project was built for Whitenoise < 2, and I've simply never found the time to update it, hence why I'm archiving it. If you'd like to, feel free to fork it and take ownership of it. :) + RedNoise ========== Django as a framework is great, but file handling within any setup has never been particularly fun to configure. **[WhiteNoise](https://whitenoise.readthedocs.org/)** makes this, to borrow its own term, "radically simplified", and for the most part I've found it to be an ideal solution - though there are a few things I found myself wanting from time to time.