This website works better with JavaScript.
Explore
Help
Sign In
zfp
/
drf_vue_blog
Watch
1
Star
0
Fork
You've already forked drf_vue_blog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
1.6 MiB
Tag:
Branch:
Tree:
947c5476c4
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '947c5476c4'
${ noResults }
drf_vue_blog
/
article
/
admin.py
5 lines
98 B
Raw
Normal View
History
Unescape
Escape
blog init
2 years ago
from
django
.
contrib
import
admin
视图和drf简单使用
2 years ago
from
article
.
models
import
Article
blog init
2 years ago
视图和drf简单使用
2 years ago
admin
.
site
.
register
(
Article
)