This website requires JavaScript.
Explore
Help
Sign In
dachary
/
dashboard
forked from
Hostea/dashboard
Watch
1
Star
0
Fork
You've already forked dashboard
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
498b95848e
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