Create Django Project django-admin startproject todoproject Create Django App First, cd into todoproject then create django app python manage.py todoapp Create urls.py file in todoapp . Your file structure should look like this. Open todop...
dhruvblogs.xyz2 min read
No responses yet.