fix HACKING.md

This commit is contained in:
Jesús 2019-02-04 18:39:14 -05:00
parent db2edb4ae6
commit 1b69924237
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -13,15 +13,15 @@
1. Clone **Personal-site**
git clone https://libregit.org/heckyel/personal-site /path/to/site
git clone https://libregit.org/heckyel/personal-site.git
2. Run `virtualenv`.
cd /path/to/site && virtualenv ./venv/
cd personal-site && virtualenv ./venv/
3. Activate the virtualenv.
source ./env/bin/activate
source ./venv/bin/activate
4. Install dependencies through `pip`.
@ -65,6 +65,8 @@
Make sure to uncomment the appropriate database section (either sqlite or
PostgreSQL).
cp -v personalsite/settings.py.example personalsite/settings.py
Replace sqlite configuartion to postgres, example:
DATABASES = {