From b3154265c1475285c9db6b76274677bc6a0e91db Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 23 Jul 2019 00:45:19 +0200 Subject: [PATCH] Update the README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b6f043..653f8ed 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,20 @@ pipenv run ./manage.py migrate pipenv run ./manage.py createsuperuser ``` -Now that the database has been set up one way or another, you may run Django's internal debug server. +In order to display the Khaganat theme, you have to install bulma and build it : + +``` +pipenv run ./manage.py bulma install +pipenv run ./manage.py bulma build +``` + +Now that everything has been set-up, you may run Django's internal debug server. ``` pipenv run ./manage.py runserver ``` -If you created the database from scratch, Django will show an error when visiting the home page. To fix it, you need to got to `/admin/` and create a page with the `default` flag on. +If you created the database from scratch, Django will show an error when visiting the home page. To fix it, you need to go to `/admin/` and create a page with the `default` flag on. ## Environment variables