This is where Rails rocks and DJango doesn't.  I haven't been able to
find any kind of DB Migrations in Django like those in Rails.  Sad
too, because other than that, Python is a lot nicer than Ruby (Syntax
wise for an old C++ programmer)

On Jan 28, 3:29 pm, Oleg Oltar <oltarase...@gmail.com> wrote:
> Hi!
> I am creating my first application. Which is to be a small publishing
> system.
>
> I defined a model, which represent a single article, and also added about 15
> articles to my database (which is sqlite3).
>
> Now I understand that I should extend my models with few more fields (e.g.
> need to add categories and date_published). I thought that can simply
> add those to my models, but then realized that I need to modify already
> created fields...
>
> Is there a common practice to do it? Maybe some recipe?
>
> Thanks,
> Oleg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to