Best location for projects and applications?

2007-07-07 Thread J.P. Cummins
re: /home/django/apps /app1 /app2 /home/django/projects /project1 /project2 Between the documentation, mailing list, and blogs, I've seen many different configurations. What is the best folder structure and why? -- J.P. Cummins --~--~-~--~~~---~--~---

Re: any django users in Cuba?

2007-06-05 Thread J.P. Cummins
You may perioticaly check the django frappr map. Right now, it doesn't seem as though any cuban django users have been pinned. http://www.frappr.com/django/map On 6/5/07, Lic. José M. Rodriguez Bacallao <[EMAIL PROTECTED]> wrote: > > there is any django users in Cuba or just a cuban user? > > --

Databrowse Template Problem

2007-06-03 Thread J.P. Cummins
correct: TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_template_source', ) Any ideas on why django is not looking in the correct directory? -- J.P. Cummins --~--~-~--~~~---~--~~ You rec

Re: Applications imports best practices ?

2007-05-30 Thread J.P. Cummins
>What is the proper way to import modules within an application ? For >example if I have a project "foo" containing an application "bar", >how should I import things in bar's modules ? Great question! This is a problem that I've thought about as well. I am very interested in what more experience