hi ,
here is my view for getting image :
I am using a stringIO buffer for temporary storage of the image file and
then rendering it to the html .
def my_image(request):
from matplotlib import pyplot as plt
buffer = cStringIO.StringIO()
width = 0.5
males = int(Mice.object
Hello , I am trying to deploy django using apache and mod_wsgi but not able
to , can anyone help me on this :
httpd.conf
--
LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias /mice /home/getMice/webproject/wsgi.wsgi
Order deny,allow
Allow from all
AddHandler ws
Though i remove those two line it did not change anything. It works the
same as before, i get the search_form page and if i give some value for
search,
I get a 404 error page saying that the page is not available in the server.
On Wednesday, August 7, 2013 5:25:01 PM UTC-4, sah wrote
-4, sah wrote:
>
> Hello , I am trying to deploy django using apache and mod_wsgi but not
> able to , can anyone help me on this :
>
> httpd.conf
> --
> LoadModule wsgi_module modules/mod_wsgi.so
>
> WSGIScriptAlias /mice /home/getMice/webproject/wsgi.wsgi
>
4 matches
Mail list logo