摘要:
import osimport hashlibfrom django.shortcuts import render,render_to_response,redirect,HttpResponseRedirectfrom django.contrib.auth.models import User 阅读全文
posted @ 2018-12-24 16:28
CelonY
阅读(225)
评论(0)
推荐(0)
摘要:
http://www.qttc.net/201404427.html 阅读全文
posted @ 2018-12-24 16:18
CelonY
阅读(2564)
评论(0)
推荐(0)
摘要:
第一步:在app目录下建立static文件夹,将CSS文件、js文件放到static文件夹下 第二步:TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [os.path.join(BASE_DIR,'templates').replace... 阅读全文
posted @ 2018-12-24 14:37
CelonY
阅读(317)
评论(0)
推荐(0)