Download presentation
Presentation is loading. Please wait.
1
Robotics Website By Andy Kelley
2
“A web development framework for perfectionists with a deadline.”
3
Rapid Development DRY Principle With Django, you write less code
Lots of shortcuts Abstracts out time consuming code, like user authentication
4
Model-View-Controller
Separating the back end coding from the presentation layer Backend GUI
5
Templating system This is the “view” of MVC Loops and conditionals
Formatting filters Use extends and includes to never write duplicate html
6
Pretty URLs Which looks better? or
or
7
Database-driven websites
Models layer Completely abstracts SQL Automatic admin interface You end up getting to use a database-driven application without doing all that boring database boilerplate code.
8
Scalability Django does not serve media; only processed text (html)
It relies on you to provide a media server in your configuration This is good for scalability
9
Robotics Website Thanks for listening!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.