This is a social media app created by me using django.
#run the below commands in terminal to runserver #below command to create user adminstration set username and password *python manage.py createsuperuser
#python manage.py makemigrations #python manage.py migrate ##to run server #python manage.py runserver