e686c3b23536d9a65b525be0a8419e22aa71a135
ActionSuccessView is a a generic view that indicates that something was successful, e.g. deleting a post or banning a user. This hopefully reduces the amount of boilerplate code used for creating success pages since most of them can derive from this generic view. The report and delete success views are updated to use this directly. The ban and modify success views are updated to derive from this class, with special permissions required. The post success view is updated to derive from this class, using a different template. 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%