mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-09 22:10:18 -04:00
fix README
This commit is contained in:
parent
6e3363d0c3
commit
29abbc7cde
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user