From 08ac514769194819a6c936d5737230cc562bf951 Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Wed, 3 May 2017 10:20:15 +1000 Subject: [PATCH] Mentions collectstatic (#173) In order to have a nicely formatted display like that shown in the screenshots collect static needs to be run to pull in js/css assets. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef84debc..df81c037 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ before running migrate: python manage.py makemigrations python manage.py migrate + +python manage.py collectstatic ```