This web app let you create your own social group and post your favorite topics to your friends! LINK.
I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps.
- Clone this repo
- source ../django_env/bin/activate
- python3 manage.py collectstatic
- python3 manage.py createsuperuser
- python3 manage.py runserver 8080