Add README

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-07 14:52:39 -07:00
parent 6e2c29ae29
commit daa2febb5d

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# interchan
It's a 4chan clone!
# Setup
1. Create a `.env` file, and add a `SECRET_KEY=` value. Make sure the value is
20 characters long and random. Just mash on your keyboard and that should be
plenty secure.
2. If you plan on using hCaptcha, add `HCAPTCHA_SITEKEY=` and `HCAPTCHA_SECRET=`
with your site key and secret.
Everything else is standard Django setup. Make sure to check `threadchat/settings.py`.