From c8beb589c05702ba8b0ed64318116b512a599637 Mon Sep 17 00:00:00 2001 From: willzhang05 Date: Sun, 3 Jun 2018 19:01:01 -0400 Subject: [PATCH] fix README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a3c01..bad8188 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # SGA Website # ## Setting up Production ## -* Create a blank sqlite database with `sqlite3 db.sqlite3 ".databases" +* Create a blank sqlite database with `sqlite3 db.sqlite3 ".databases"` +* `source env/bin/activate` +* Initialize the database with `python3 manage.py makemigrations` and then `python3 manage.py migrate` (Do this whenever you make changes to models) ## Installing ## * `source env/bin/activate`