Hi, I am interested in Django as a platform to deploy applications using mod_wsgi, accordingly, whether existing Django libraries such as the forms library could be applied for this purpose as user initiated POST requests – to pass the variables. I can place my scripts within the models.py file, accordingly, the script runs at the shell upon running "python manage.py runserver" command, however, I cannot see any output at http://localhost/8000 (at least for now).
How do I get my python application "browser enabled"?
Hi, I am interested in Django as a platform to deploy applications using mod_wsgi, accordingly, whether existing Django libraries such as the forms library could be applied for this purpose as user initiated POST requests – to pass the variables. I can place my scripts within the models.py file, accordingly, the script runs at the shell upon running "python manage.py runserver" command, however, I cannot see any output at http://localhost/8000 (at least for now).
How do I get my python application "browser enabled"?