This website requires JavaScript.
Explore
Help
Sign In
decompals
/
frogress
mirror of
https://github.com/decompals/frogress.git
Watch
1
Star
0
Fork
You've already forked frogress
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
34ac5980ec
frogress
/
frog_api
/
admin.py
6 lines
100 B
Python
Raw
Blame
History
from
django
.
contrib
import
admin
from
frog_api
.
models
import
Project
admin
.
site
.
register
(
Project
)
Reference in New Issue
View Git Blame
Copy Permalink