What is the difference between a site and an app in Django?

Posted by larf311 on Stack Overflow See other posts from Stack Overflow or by larf311
Published on 2009-04-09T13:35:00Z Indexed on 2010/04/19 4:33 UTC
Read the original article Hit count: 202

Filed under:
|

I know a site can have many apps but all the examples I see have the site called "mysite". I figured the site would be the name of your site, like StackOverflow for example.

Would you do that and then have apps like "authentication", "questions", and "search"? Or would you really just have a site called mysite with one app called StackOverflow?

© Stack Overflow or respective owner

Related posts about django

Related posts about python