mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 03:30:16 -04:00
fix README
This commit is contained in:
parent
6e3363d0c3
commit
29abbc7cde
|
@ -1,7 +1,9 @@
|
||||||
# SGA Website #
|
# SGA Website #
|
||||||
|
|
||||||
## Setting up Production ##
|
## 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 ##
|
## Installing ##
|
||||||
* `source env/bin/activate`
|
* `source env/bin/activate`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user