The Artima Developer Community
Sponsored Link

Python Buzz Forum
Rails and Django commands : comparison and conversion

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.
Rails and Django commands : comparison and conversion Posted: Mar 22, 2010 7:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Shabda Raaj.
Original Post: Rails and Django commands : comparison and conversion
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
The most commonly used Rails commands and their Django equivalents Rails Django rails console manage.py shell rails server manage.py runserver rake None rails generate None rails dbconsole manage.py dbshell rails app_name django-admin.py startproject/manage.py startapp rake db:create manage.py syncdb The salient [...] Related posts:
  1. Django for a Rails Developer
  2. The Rails and Django models layer Rosseta stone

Read: Rails and Django commands : comparison and conversion

Topic: Rails and Django commands : comparison and conversion Previous Topic   Next Topic Topic: That’s an endangered species at most. What would be the...

Sponsored Links



Google
  Web Artima.com   

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