Re: bar charts

2011-11-07 Thread Brad Montgomery
+1 for Google Charts.


For small stuff (1 chart), I just render JavaScript in the  of my 
html templates. For more complex stuff, you could write a view that *just* 
renders JavaScript and include it via a script tag. Just make sure to serve 
it with MIME type "application/javascript"


Here's more info on generating Non-HTML content:
http://djangobook.com/en/2.0/chapter13/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/M_rJLephha4J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django hosting

2011-07-25 Thread Brad Montgomery
I've been using rackspace's Cloud servers.  They give you a nice platform 
and charge only for what you use (so low-traffic sites end up being very 
affordable). 

However, you should play close attention to a service 
like https://gondor.io/ - it's an extremely easy-to-use service that makes 
hosting django projects almost trivial.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ycS1BKP7FJIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.