Presentation is loading. Please wait.

Presentation is loading. Please wait.

Robotics Website By Andy Kelley.

Similar presentations


Presentation on theme: "Robotics Website By Andy Kelley."— Presentation transcript:

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!


Download ppt "Robotics Website By Andy Kelley."

Similar presentations


Ads by Google