This website requires JavaScript.
Explore
Help
Sign in
rescue
/
khaganat-web
Watch
1
Star
0
Fork
You've already forked khaganat-web
0
Code
Issues
6
Pull requests
Projects
Releases
Packages
Wiki
Activity
1fa3ab9ebe
khaganat-web
/
logs
/
admin.py
5 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Add the log app
2018-01-27 17:58:36 +00:00
from
django
.
contrib
import
admin
Add an inline admin interface to the log module
2018-02-04 19:28:09 +00:00
from
.
models
import
Source
Add the log app
2018-01-27 17:58:36 +00:00
admin
.
site
.
register
(
Source
)
Reference in a new issue
Copy permalink