Django_学习问题汇总

来源:互联网 发布:swoole 源码 编辑:程序博客网 时间:2024/06/08 02:40

     对于学习Django遇到的问题汇总如下:

1)django.core.exceptions.ImproperlyConfigured: The TEMPLATE_DIRS setting must be a tuple. Please fix your settings.

   TEMPLATE_DIRS = (
    os.path.join(os.path.dirname(__file__), 'templates').replace('\\', '/'),
   )

0 0
原创粉丝点击