Re: Django without database

2006-05-12 Thread Karl Fast
Can anyone point me to examples of django apps that either do not use a database, or use it for only part of the app? Looking for source. I'm specifically interested in examples with models that use other persistence backends (like a config file), and the associated views and templates. --~--~-

django behind cherrypy server

2006-05-06 Thread karl fast
Does anyone have instructions on running Django behind CherryPy? It sounds like the builtin web server works, but is not especially robust. I would like to run my app behind a python web server so it can be more easily distributed. My users will be running it locally, so I would like to avoid apa

using django for local application

2006-05-04 Thread karl fast
Need to decide if Django is suitable for my application. I need to build a web application for 2-3 people. But they would each run their own copy on their local machine. It will effectively be like any regular app you download, install, and run. But it might become a shared web app in the future,