From 70ccae07b496c8e809f04842310d709c8e2986ff Mon Sep 17 00:00:00 2001 From: Raynaldo Rivera Date: Fri, 21 Nov 2014 19:10:42 -0700 Subject: [PATCH] Added another check to tasks --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e234477..c2e0fa4c 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ Update Note: The recent HRApplication update broke evolve somehow.. Im sure its in the way i redid the models. To update when you get the evolve error is first. We need to remove the old hr tables from mysql. - We then need to wipe the evolve records in the admin section of the auth. + We then need to wipe the evolve records in the admin section of the auth. Also + + python manage.py syncdb + python manage.py evolve --hint --execute To wipe the mysql databse execute the following: mysql -u MYSQLUSER -p