From 355409d9093558a4765bc6c046c5b4058da8964a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 13 Nov 2015 11:41:08 +0100 Subject: [PATCH] Fix code formatting in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e31826da..f8cbccfc 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Collect and compress the statics python manage.py compress Add a site object + python manage.py shell from django.contrib.sites.models import Site Site.objects.create(name='example.com', domain='example.com')