Wednesday, May 28, 2014

Re: Django and Rails

For db changes, you want South, although the author of South has just
finished integrating it into Django 1.7.

http://south.aeracode.org/
http://south.readthedocs.org/en/latest/
http://south.readthedocs.org/en/latest/tutorial/index.html

Version 1.7 of Django, due any day now, will have migrations built in.

cheers
L.

On 29 May 2014 13:55, Enrique Shadah <eshadah@startupblvd.com> wrote:
> Hi all,
>
> I am learning Django after trying once with Rails. As I am a newbie to
> software development, Rails seemed more obscure and difficult to digest. I
> chose to learn Django because Python is easier to understand than Ruby (at
> least to me) and because I thought it had a bigger or more enthusiastic
> community to learn from.
>
> However, I am finding that Django has some limitations Rails does not. One
> is that its community is fading (or at least it feels that way). Another is
> that Rails seems to be better at automating mundane tasks (staying true to
> the DRY principle). For example, rake db migrate can add/subtract fields on
> table without writing any sql. Django can add fields and tables with
> syncdb, but if I need to subtract fields or change whether the field is
> required or not, I am faced to writing sql. This seems pretty silly given
> that new site is constantly changing, thus models will suffer many changes
> as users suggest/reject features.
>
> These are just two limitations off the top of my head. I am sure Django is
> awesome, but could anyone share their views on whether I should just learn
> Rails off the bat instead of going the Django then Rails route?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/228300d7-8e5a-4a9b-8165-45e33168cc7f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--
The idea is that a beautiful image is frameable. Everything you need
to see is there: It's everything you want, and it's very pleasing
because there's no extra information that you don't get to see.
Everything's in a nice package for you. But sublime art is
unframeable: It's an image or idea that implies that there's a bigger
image or idea that you can't see: You're only getting to look at a
fraction of it, and in that way it's both beautiful and scary, because
it's reminding you that there's more that you don't have access to.
It's now sort of left the piece itself and it's become your own
invention, so it's personal as well as being scary as well as being
beautiful, which is what I really like about art like that.
-----------------------------------------------------------------------------------------------------------
Adventure Time http://theholenearthecenteroftheworld.com/

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGBeqiOVMoeto0LABab%3D_1y13q87NQ%3D1gA9HmT6KQo1nCqdW-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment