fix and update README.md

This commit is contained in:
Jesús 2019-02-04 18:20:53 -05:00
parent dd6fb1fc0a
commit 80f9f110e1
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -35,7 +35,7 @@ packages, you will probably want the following:
2. Activate the virtualenv.
source ./env/bin/activate
source ./venv/bin/activate
3. Install dependencies through `pip`.
@ -45,6 +45,8 @@ packages, you will probably want the following:
Make sure to uncomment the appropriate database section (either sqlite or
PostgreSQL).
mv personalsite/settings.py.example personalsite/settings.py
5. Migrate changes.
./manage.py migrate