fix titles h1 to h2

This commit is contained in:
Jesús 2019-01-17 21:39:50 -05:00
parent d34a9439ac
commit 0b29a54005
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,13 +1,13 @@
# Personal-site | Production [Tested on server with Hyperbola GNU + Linux-libre]
# Python dependencies
## Python dependencies
- Django
- Pillow
- psycopg2-binary
- pytz
# Production Installation
## Production Installation
1. Clone **Personal-site**
@ -25,7 +25,7 @@
pip install -r requirements_prod.txt
# Configuration Postgres
## Configuration Postgres
1. Login as postgres
@ -47,7 +47,7 @@
GRANT ALL PRIVILEGES ON DATABASE namebase TO username;
# Conecting to Postgres
## Conecting to Postgres
1. Copy `settings.py.example` to `settings.py` and modify.
Make sure to uncomment the appropriate database section (either sqlite or
@ -79,7 +79,7 @@
./manage.py createsuperuser
# Run with Apache server and wsgi
## Run with Apache server and wsgi
1. Install WSGI for Apache
@ -162,7 +162,7 @@
10. Done!
# Security on settings.py [SSL, HTTPS, COOKIE, etc]
## Security on settings.py [SSL, HTTPS, COOKIE, etc]
```
# security.W004