I made Simple blog by django , by using this user can create account,login , post any thing , like and comment for other user
Clone This Project (Make Sure You Have Git Installed)
git clone https://github.com/aria3211/Blog.git
then go to the blog directory
cd Blog
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
After all these steps , you can start testing and developing this project.