This commit is contained in:
some weird guy
2023-08-29 11:56:40 -07:00
+12 -2
View File
@@ -27,15 +27,25 @@ If you have an announcement community, each post will appear there.
- Better audit logging system. - Better audit logging system.
- Purging is much easier now. - Purging is much easier now.
- You can fucking ban people now without the Django panel. - 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. - Each and every ban is an IP ban automatically.
- A page where every user can view collected data tied to their account. - A page where every user can view collected data tied to their account.
Can you rewrite this?
# YOU NEED # YOU NEED
- A server (obviously) - A server (obviously)
- Terminal access (also, obviously) - Terminal access (also, obviously)
- Access to the sudo command
- Python 3 - Python 3
- Django 3.2.2
- urllib3
- lxml
- passlib
- bcrypt
- pillow
- django-markdown-deux
- django-markdown2
- whitenoise
- django-xff
# Install time # Install time