Separating Django Views.py
February 4, 2011
I have a reasonable sized Django application, and I'm building a mobile version. Rather than run a completely different Django instance (and therefore a separate gunicorn process) I'm building it as an app inside the main site, running on a /mobile/
offset.
The mobile version has several different areas of …