just to clarify:

somewhere else, not a subdir of any of your projects/
   |
   ---FOOAPP/
        |
        ---templates/
              |
              ---fooapp/
                   |
                   --mytemplate.html

projectA/
  |
  --settings.py
  |
  --urls.py
  |
  --templates/
      |
      --base.html
      --fooapp/
          |
          --mytemplate.html # this has ProjectA specific template

projectB/ # this project can use FOOAPP's templates out of the box
  |
  --settings.py
  |
  --urls.py
  |
  --templates/
      |
      -- base.html
      --- otherstuff.html
      -- no fooapp/ directory here!



-- 
"The whole of Japan is pure invention. There is no such country, there are
no such people" --Oscar Wilde

|_|0|_|
|_|_|0|
|0|0|0|

(\__/)
(='.'=)This is Bunny. Copy and paste bunny
(")_(") to help him gain world domination.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to