git clone https://github.com/cihatasir/django-blog-project.git
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py migrate --run-syncdb
python3 manage.py createsuperuser
python3 manage.py runserver
After all these steps, you can start testing and developing this project.