From 57f5f944bd7e1cff7b75b059cfefffd2353fba76 Mon Sep 17 00:00:00 2001 From: some weird guy <120821766+Mistake35@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:06:02 -0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af0453b..efaab64 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,25 @@ If you have an announcement community, each post will appear there. - Better audit logging system. - Purging is much easier now. - You can fucking ban people now without the Django panel. +- Users and admins can turn off comments on posts. - Each and every ban is an IP ban automatically. - A page where every user can view collected data tied to their account. -Can you rewrite this? - # YOU NEED - A server (obviously) - Terminal access (also, obviously) +- Access to the sudo command - Python 3 +- Django 3.2.2 +- urllib3 +- lxml +- passlib +- bcrypt +- pillow +- django-markdown-deux +- django-markdown2 +- whitenoise +- django-xff # Install time @@ -143,4 +153,4 @@ sudo systemctl start django Make sure it works too! ``` sudo systemctl status django -``` \ No newline at end of file +```