The easiest thing to do is to create each site as a separate project.
Define a base template for that project inside templates directory and link
your css in that template. Extend that template in all your other
templates. Same goes for users.  Each project/site will have it's own db
and its users.

On 26/03/2012 11:22 AM, "Jojo" <[email protected]> wrote:

> Hi guys, I'm new in Django (I started with the 1.3 and now I'm playing
> with the 1.4) and I'd like to understand better the phylosophy behind the
> concepts of sites and applications.
> Ok a site can contain multiple applications and an application can live in
> many sites, that's simple.
>
> Now.
>
> For me a site is like a "container" of applications and every application
> accomplish a particular job just like manage polls, articles and so on. But
> a site must have its own graphic style, and in particular common parts,
> just like user management.
>
> How do you handle these "trasversal" (common) components?
> For example, is it possible to define a css at site level? How to deal
> with user management and other commont funcionalities?
>
> These are only generic questions, I hope someone can give me a full
> explanation, or at least point me in the right direction.
>
> Thank you to everybody and good work!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/xM3TUeVaOA4J.
> To post to this group, send email to [email protected].
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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.

Reply via email to