DEV Community

Discussion on: Creating a landing page in Django

Collapse
 
sethcenterbar profile image
Seth Centerbar

Great tutorial! This might confuse other newbies,

"To add a landing page we need to create an "app" which is a Django concept for things that are not coupled to your app and can be extracted from it"

should be

"To add a landing page we need to create an "app" which is a Django concept for things that are not coupled to your project and can be extracted from it"

I think :)