manuel lopez

Results 1 comments of manuel lopez

Idk if someone have this problem yet, but here my little contribution. [Usage](https://github.com/praekelt/django-preferences#id3) indicates this: `from django.contrib import admin` `from preferences.admin import PreferencesAdmin` `from .models import MyPreferences` `admin.site.register(MyPreferences, PreferencesAdmin)` **You...