Boston Python Workshop/Saturday/Web app project: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 122:
Here are the things to know:
 
* An ''app'' is component of a website that does something. For example, the ''Django administration'' app is something you'll see later in this tutorial.
* A ''project'' corresponds to a website: it contains a '''settings.py''' file, so it has a corresponding database.
 
Anonymous user