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