This website requires JavaScript.
Explore
Help
Sign In
LibertaCasaTrash
/
webdev
Archived
Watch
8
Star
0
Fork
0
You've already forked webdev
Code
Issues
5
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2022-09-23
. You can view files and clone it, but cannot push or open issues or pull requests.
f00f36fba3
webdev
/
website
/
blog
/
admin.py
5 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
initialize
2021-12-24 23:33:45 +01:00
from
django
.
contrib
import
admin
blog post init
2022-01-08 07:51:22 +01:00
from
blog
.
models
import
*
admin
.
site
.
register
(
Post
)
Reference in New Issue
Copy Permalink