The Artima Developer Community
Sponsored Link

Python Buzz Forum
The Rails and Django models layer Rosseta stone

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.
The Rails and Django models layer Rosseta stone Posted: Mar 22, 2010 5:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Shabda Raaj.
Original Post: The Rails and Django models layer Rosseta stone
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
Rails Active records and Django models are more similar than they are different. This is a quick guide to converting between Rails 3 and Django 1.2, and is available on github at http://github.com/uswaretech/Acts-as-Django Defining models Both Django and Rails keep the canonical database representation in ruby or python. #Django class Post(models.Model): name = models.CharField(max_length = 100, [...] Related posts:
  1. Doing things with Django models – aka – Django models tutorial
  2. Rails and Django commands : comparison and conversion
  3. Django for a Rails Developer

Read: The Rails and Django models layer Rosseta stone

Topic: The Rails and Django models layer Rosseta stone Previous Topic   Next Topic Topic: Electric Independence: Vince Clarke and the Temple of Synth

Sponsored Links



Google
  Web Artima.com   

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