The Artima Developer Community
Sponsored Link

Python Buzz Forum
Doing things with Django models – aka – Django models tutorial

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Shabda Raaj

Posts: 72
Nickname: shabda
Registered: Jul, 2007

Shabda Raaj is Owner of Usware Technologies, a Django Development Company.
Doing things with Django models – aka – Django models tutorial Posted: Jan 19, 2010 4:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Shabda Raaj.
Original Post: Doing things with Django models – aka – Django models tutorial
Feed Title: The Uswaretech Blog - Django/Python Web Development
Feed URL: http://feeds.feedburner.com/UswareBlog
Feed Description: Blog about building web applications using Django/Python/Jquery.
Latest Python Buzz Posts
Latest Python Buzz Posts by Shabda Raaj
Latest Posts From The Uswaretech Blog - Django/Python Web Development

Advertisement
Django abstracts most of the actions you would be doing with the Database. What it doesn’t abstracts, and doesn’t try to abstract is the Database modelling part. This is a quick tutorial describing to how model your data in Django models.py, and how to access and modify them. Consider a hypothetical HR department, which wants you to build [...] Related posts:
  1. Django aggregation tutorial
  2. Dynamic forms with Django
  3. Tools of Pro Django developer – aka What powers dinette and almost every app we write.

Read: Doing things with Django models – aka – Django models tutorial

Topic: Doing things with Django models – aka – Django models tutorial Previous Topic   Next Topic Topic: Node.js For My Tiny Ruby Brain: Keeping Promises

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use