Missing setup instruction

This commit is contained in:
Julien Palard 2021-05-11 21:40:19 +02:00
parent 526813db2d
commit d396622578
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ In `settings.py` edit:
SECRET_KEY = 'fill_a_secret_key_here'
ALLOWED_HOSTS = ['localhost','127.0.0.1','paste.henriet.eu']
Create some needed directories:
mkdir -p var/{logs,db}
Then create the database:
./manage.py migrate