Django tut博客设置.py1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Django tut博客设置.py1相关的知识,希望对你有一定的参考价值。

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

以上是关于Django tut博客设置.py1的主要内容,如果未能解决你的问题,请参考以下文章

Django tut博客模式2

Django tut博客模型完成

Django tut博客模型1

Django tut博客模式3

Tuts 4 You注册解密(python)

在 Shopify 上使用 ngrok 的 Django