Django tut Blog Settings.py 1


/ Published in: Django
Save to your folder(s)



Copy this code and paste it in your HTML
  1. INSTALLED_APPS = (
  2. 'django.contrib.auth',
  3. 'django.contrib.contenttypes',
  4. 'django.contrib.sessions',
  5. 'django.contrib.sites',
  6. 'django.contrib.messages',
  7. 'blog.blogsys',
  8. # Uncomment the next line to enable the admin:
  9. 'django.contrib.admin',
  10. # Uncomment the next line to enable admin documentation:
  11. # 'django.contrib.admindocs',
  12. )

URL: http://affix.me

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.