Skip to content
Advertisement

Tag: django

google-charts not getting displayed on the server

My code: On running my app (created in Django) on the server this chart is not getting displayed, why? This page is “results.html” which is directed from my views.py file. Here “list1” contains the data stored in the table namely “file_name” and “frequency_count”. Why is this happening? I’m new to Django, google-charts and JavaScript. Answer You may have a problem

Can i host multiple sites with one django installation

I have my own VPS server with Centos and cpanel/WHM Currently i am building one website in Django with djnago builin server. When site finishes then i will move to WSGI and apache I want to know that Can I host multiple sites with same django installation Also what bout apps which i have installed with pip like SOUTH, SENTRY,

Advertisement