Files
interchan/README.md
Alek Ratzloff daa2febb5d Add README
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-07 14:52:39 -07:00

421 B

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.