This website works better with JavaScript
Home
Explore
Help
Sign In
shimatta
/
softmatta
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
30c5ea728d
Branches
Tags
master
softmatta
/
softmatta
/
users
/
admin.py
admin.py
91 B
History
Raw
1
2
3
4
from django.contrib import admin
from .models import Profile
admin.site.register(Profile)