Fix code formatting in README

This commit is contained in:
Yohan Boniface 2015-11-13 11:41:08 +01:00
parent d09e798dd6
commit 355409d909

View file

@ -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')