JourneyJoker/localauth/admin.py
Klaus-Uwe Mitterer f6b7fab525 Creating custom admin model
Modifying inquiry model and creating offer model
Creating client profile views
Fixing stars and hearts template tags
2021-03-24 07:43:05 +01:00

5 lines
No EOL
101 B
Python

from urlaubsauktion.admin import joker_admin as admin
from .models import User
admin.register(User)