Guest User

Untitled

a guest
Jul 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # settings.py
  2. INSTALLED_APPS = [
  3. ....,
  4. 'django.contrib.sites',
  5. 'django.contrib.sitemaps',
  6.  
  7. # my_apps
  8. 'blog',
  9. ]
  10.  
  11. SITE_ID = 1
Add Comment
Please, Sign In to add comment