diff --git a/README.md b/README.md index 007ce8b..2b30011 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ Now you can initialise our django app. ./manage.py migrate ``` +Create static files: + +``` +./manage.py collectstatic +``` + And you are done! You can now run the debug server just to see everything works as expected by running: ```