随笔分类 - Django
摘要:django.core.exceptions.ImproperlyConfigured:Error loading MySQLdb module. Did you install mysqlclient? 解决办法 :install pymysql 然后 在 _init_.py 里面引入以下两行代码
阅读全文
摘要:setting.py: 'DIRS': [os.path.join(BASE_DIR, 'templates'), os.path.join(BASE_DIR, 'static').replace('\\', '/')], STATIC_ROOT = os.path.join(BASE_DIR, '
阅读全文