fix and update README.md
This commit is contained in:
parent
dd6fb1fc0a
commit
80f9f110e1
@ -35,7 +35,7 @@ packages, you will probably want the following:
|
|||||||
|
|
||||||
2. Activate the virtualenv.
|
2. Activate the virtualenv.
|
||||||
|
|
||||||
source ./env/bin/activate
|
source ./venv/bin/activate
|
||||||
|
|
||||||
3. Install dependencies through `pip`.
|
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
|
Make sure to uncomment the appropriate database section (either sqlite or
|
||||||
PostgreSQL).
|
PostgreSQL).
|
||||||
|
|
||||||
|
mv personalsite/settings.py.example personalsite/settings.py
|
||||||
|
|
||||||
5. Migrate changes.
|
5. Migrate changes.
|
||||||
|
|
||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user