Social Network is a social networking website made using Django.
$ pip install django
$ pip install --upgrade django-crispy-forms
Make migrations and start the server.
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver