Made panels more obvious. Modified the style of windows to have square bottom corners.
[philo.git] / philo / contrib / gilbert / admin.py
1 from django.contrib.admin import site
2 from .models import UserPreferences
3
4 site.register(UserPreferences)