I am actually using django only to use its Object relational mapper(ORM) feature and, currently, have nothing to do with its web-framework. At present I have successfully been able to customize django.setting to suit my database needs and defined some test data models but bumped into manage.py, which is required to build the database tables etc.
How can I call manage.py(or achieve its very purpose) from within the module where the model is defined and not from the command line?
 
     
    