This is my first website using django. I used NewsFeed for frontend.
pip install pipenv
pipenv shell
python manage.py makemigrations
python manage.py migrate
pipenv install django
pipenv install Pillow
python manage.py createsuperuser
python manage.py runserver