fix README

This commit is contained in:
willzhang05 2018-06-03 19:01:01 -04:00
parent 61c7358711
commit c8beb589c0

View File

@ -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`