Django Blog steps for runnig server pip install -r requirements.txt python manage.py collectstatic python manage.py makemigrations python manage.py migrate pytthon manage.py createsuperuser python manage.py runserver Functionalities create post edit or delete post by respective user comments comment replies functioanlity user authentication profile page