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.
15
Commits
1
Branch
0
Tags
1.6 MiB
Vue
52.8%
Python
41.2%
JavaScript
5.2%
HTML
0.8%
Tag:
Branch:
Tree:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
drf_vue_blog
/
article
/
admin.py
4 lines
98 B
Raw
Permalink
Blame
History
from
django
.
contrib
import
admin
from
article
.
models
import
Article
admin
.
site
.
register
(
Article
)
Reference in new issue
View Git Blame
Copy Permalink