I was using python for some application which used to create directories and
also to run some exes using the os.system command from a program.py file
which was working fine. For some reasons I got my system formatted and got
the windows 7 installed.
Now again I installed python and tried runnin
Hi,
I am running testcase from django when I run them from models.py it run.
But when I put the same in test.py in the same directory where models is
define it not even getting called.
My structure django application is mysite
Settings.py
Urls.py
Polls