Re: Need some advise on how to use a RESTful API

2013-12-20 Thread Anders Petersson
I usually write the web application first, without consuming my own API, and when I need to build versions for other formats, such as mobile native apps, I create an API and consume this from the App. There are several framework to make creating an API for you application easier, popular exampl

Re: Managing static content / basically handling images best practices

2010-07-14 Thread Anders Petersson
ount of traffic. You would just specify a directory to use for static content in your apache config and make mod_wsgi handle everything else. The django and mod_wsgi docs have great articles on this. Good luck with your server setup. Best, Anders Petersson On Jul 14, 4:33 pm, reduxdj wrote: > I

Re: Existing sites using Django

2010-07-13 Thread Anders Petersson
Two of the bigger django sites are www.disqus.com and www.theunion.com. A couple more known sites can be found at the frontpage of djangoproject.com. Djangoproject.com itself is probably one of the biggest when it comes to visitors as well, serving 500 000 unique visitors per month. You could also

Re: Apache configuration

2010-07-10 Thread Anders Petersson
Hi, Please use mod_wsgi instead of mod_python, it is better in all ways. http://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/#howto-deployment-modwsgi Best, Anders Petersson On Jul 10, 7:49 pm, octopusgrabbus wrote: > I worked through samples in the Visual Quickpro Guide Django