Klaus-Uwe Mitterer
f6b7fab525
Modifying inquiry model and creating offer model Creating client profile views Fixing stars and hearts template tags
5 lines
No EOL
101 B
Python
5 lines
No EOL
101 B
Python
from urlaubsauktion.admin import joker_admin as admin
|
|
|
|
from .models import User
|
|
|
|
admin.register(User) |