Inorder to run this.,
- Install Django using pip installations method(provided you have python 3.8 and above versions).
- Make necessary migrations to the database using the command -- python manage.py makemigrations
- And Push those to DB using the command -- python manage.py migrate
- And then run the django server using the command -- py django-admin runserver
- Go to your browser and surf -- localhost:8000/ (or localhost:5432/ 'it depends according to your django version')
- And Finally Experience the Application.