This website requires JavaScript.
Explore
Help
Sign In
binaryDiv
/
tofu
Archived
Watch
1
Star
0
Fork
You've already forked tofu
0
Code
Issues
15
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2019-11-11
. You can view files and clone it, but cannot push or open issues or pull requests.
d102795256
tofu
/
projects
/
admin.py
6 lines
92 B
Python
Raw
Blame
History
from
django
.
contrib
import
admin
from
.
models
import
Project
admin
.
site
.
register
(
Project
)
Reference in New Issue
View Git Blame
Copy Permalink