fix titles h1 to h2
This commit is contained in:
parent
d34a9439ac
commit
0b29a54005
12
HACKING.md
12
HACKING.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user