This website requires JavaScript.
Explore
Help
Sign In
Hostea
/
dashboard
Watch
2
Star
2
Fork
You've already forked dashboard
1
Code
Issues
11
Pull Requests
Projects
Releases
Wiki
Activity
e8956ad068
dashboard
/
billing
/
admin.py
6 lines
92 B
Python
Raw
Blame
History
from
django
.
contrib
import
admin
from
.
models
import
Payment
admin
.
site
.
register
(
Payment
)
Reference in New Issue
View Git Blame
Copy Permalink