Re: Couple of basic Django questions

2009-09-12 Thread Mark Freeman
Dan, this link helped me a lot for using my stylesheet and images on the test server. http://docs.djangoproject.com/en/dev/howto/static-files/ Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gr

Re: Couple of basic Django questions

2009-09-11 Thread Tiago Serafim
Hi, On Fri, Sep 11, 2009 at 10:04 PM, Dan06 wrote: > > 1. Is there supposed to be only one 'view' (controller) file per > application, with all the 'action' functions? Or can there be multiple > different 'view' (controller) files for the same application? If the > latter, how? > > No, you can h

Couple of basic Django questions

2009-09-11 Thread Dan06
I'm in the process of deciding between learning/using django and rails. I've already made a simple site in rails, and now I'm in the process of doing the same with django. However, there are a couple of points I'm stuck on: 1. Is there supposed to be only one 'view' (controller) file per applicat