this is the first time i use django. I'm really a beginner. And this is the first time i see the page "It worked! Congratulations on your first Django-powered page.". it's mean i'm now have a django+python in my xampp server. So i cam to the question ?
- How to know what django version i use? is it 1.0, 1.1, or 1.2 ?
- where i can read it in my django folder (a file name) and how i can use code/function to print the django version ?
- is there any subtitute for phpinfo() in python ?