> I'm juste curious, where did you put your homepage view when you've > got a project with a lot of apps? Is there a best practice here?
An extra app? Man... Views do not *have* to reside inside some app. Whenever I have some view not specific to some app, I create a module for those in the project root. Same with project-specific middleware and the such. For example, I have lately gotten a maintenance-middleware solution from this list, and it's being implemented in a module called "common_views" that resides in the project folder. Remember, you can have your code anywhere, as long as it's on the pythonpath. Be adventurous. We coders need to be. Kind regards, Chris Hoeppner www.pixware.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---