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
- create post
- edit or delete post by respective user
- comments
- comment replies functioanlity
- user authentication
- profile page