Hi Navami,
First of all, please don't post screenshots. Try to attach the actual
code or link to some kind code sharing site. It is extremely hard for
others to read otherwise. If you want help, you should make it as easy
as possible for people to help you.
Secondly, what you are trying to achieve is fairly simple. Sorry if I
sound condescending, but I'm guessing you don't have much previous
experience with programming?
Maybe it would be a good start to try to write a simple Python command
line program that does what you are trying to achieve before focusing on
a Django application?
If you can do that, then at least you have the logic in place and you
can start focusing on how to make that into a simple Django application.
Or, before even doing that, try to make a Django application where you
only focus on the user interface (it doesn't really have to do anything)
before combining the two?
Just some ideas, hope it's helpful.
Kind regards,
Kasper Laudrup