This website requires JavaScript.
Explore
Help
Register
Sign In
skiwichu
/
test-blog
Watch
1
Star
0
Fork
You've already forked test-blog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
test-blog
/
blog
/
admin.py
5 lines
85 B
Python
Raw
Permalink
Blame
History
from
django
.
contrib
import
admin
from
.
models
import
Post
admin
.
site
.
register
(
Post
)
Reference in New Issue
View Git Blame
Copy Permalink