Skip to content

chenxingyuu/django_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Template

Features

  • 自定义授权用户
  • JWT 认证
  • 超级管理员、管理员、普通用户的权限控制

Usage

  1. 安装依赖

    pip install -r requirements.txt
  2. 生成数据库迁移文件

    python manage.py makemigrations
  3. 迁移数据库

     python manage.py migrate
  4. 创建超级用户

    python manage.py createsuperuser
  5. 运行项目

    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages