Skip to content

eeaters/django_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目描述

学习python语言时,看下python的django框架构建web项目的手感

项目简介

  • 默认的SQLite进行数据存储
  • 使用template模板引擎
  • 使用bootstrap实现静态页面编写

项目启动

命令

功能 命令
创建项目 django-admin startproject {project}
运行项目 python manage.py runserver
创建应用 python manage.py startapp {app}
模型迁移 python .\manage.py makemigrations
python .\manage.py migrate
shell python manage.py shell
管理员用户创建 python .\manage.py createsuperuser

About

学习python的django框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published