X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=README;h=5ababdb6cef94664f976fcab4aad1f0b30322910;hp=cadc88d2f3e319b7735eab60be9ed1cba18edf9f;hb=c8400937cb6a3316ee62238729c40d113a8f90e7;hpb=a6e8a7f63aa2d97ec9974b54cd485b4359e296c7 diff --git a/README b/README index cadc88d2..5ababdb6 100644 --- a/README +++ b/README @@ -222,6 +222,8 @@ that would reset all-static/ and all-templates/ for you from the other contents ======== update django database to reflect changes in existing models without any migration system (e.g., south) ========= $python manage.py reset +#Django 1.5.1 +$python manage.py flush This will update the database tables for your app, but will completely destroy any data that existed in those tables. If the changes you made to your app model do not break your old schema (for instance, you added a new, optional field)