Introduction To Django

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    3 Favorites

    Introduction To Django - Presentation Transcript

    1. Introduction to
    2. What is Django?
      • Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
      • Django makes it easier to build better Web apps more quickly and with less code.
      • The Web framework with perfectionists with deadlines.
    3. Django Components
      • Models - Django ORM
      • Templates - Django Template Engine
      • Views - Python function, Request in Response out.
      Think MTV instead of MVC URL Patterns - Regular expression based
    4. Lets Build a Project ./django-admin.py startproject spamstr
      • spamstr/
        • __init__.py
        • manage.py
        • settings.py
        • urls.py
    5. Lets Add an App ./manage.py startapp person
      • spamstr/
        • person/
          • __init__.py
          • models.py
          • views.py
    6. models.py
    7. models.py
    8. models.py
    9. Create Your Database ./manage.py syncdb
          • ...
          • Creating table peopleCreating table phones
          • ...
    10. urls.py
    11. views.py
    12. views.py
    13. index.html
    14. ./manage.py runserver
    15. Admin
    16. Admin
    17. Thank You Django - http://www.djangoproject.com / spamstr-django http://github .com/skabber/spamstr-django/

    + Jay GravesJay Graves, 2 years ago

    custom

    1032 views, 3 favs, 0 embeds more stats

    Slides from the Introduction to Django presentation more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1032
      • 1032 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 3
    • Downloads 79
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories