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`