6bda7f4f2d7987c1a2b15ecc398b3ba8e4efba7d
* There are now Reports and ReportRecords. * Reports coordinate to what moderators see, and ReportRecords coordinate with the reports that are created by individual users. * Reports keep track of the report reason and the creating user. * ReportRecords keep track of the total weight and whether this report requires urgent attention or not. * ReportRecord keeps track of its own weight and urgency because then we can sort by weight and urgency in the admin view. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
interchan
It's a 4chan clone!
Setup
- Create a
.envfile, and add aSECRET_KEY=value. Make sure the value is 20 characters long and random. Just mash on your keyboard and that should be plenty secure. - If you plan on using hCaptcha, add
HCAPTCHA_SITEKEY=andHCAPTCHA_SECRET=with your site key and secret.
Everything else is standard Django setup. Make sure to check threadchat/settings.py.
Description
Languages
Python
59.1%
HTML
22.5%
JavaScript
15.3%
CSS
2.4%
Nginx
0.3%
Other
0.4%