Problem: Server communities in MMORPGs are fragmented across chats and forums — it’s hard to find groups and coordinate.
Solution: GuildPost — a Django-based bulletin board with categories (Tanks, Healers, DPS, etc.), threaded replies, email notifications, and newsletters.
Technologies: Python, Django 4.2, Django ORM, django-tinymce, DRF (optional), Bootstrap.
Result: Centralized hub for announcements and coordination; faster team formation; higher community engagement.
README.md in the repo..env (use .env_example), run migrations, create superuser.python manage.py runserver → open http://127.0.0.1:8000.