Fix code formatting in README
This commit is contained in:
parent
d09e798dd6
commit
355409d909
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue