You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django now features a admin.register decorator function that makes the admin.py module more readable. Refactor the current admin.py to use it. More info on this decorator at:
Django now features a
admin.register
decorator function that makes theadmin.py
module more readable. Refactor the currentadmin.py
to use it. More info on this decorator at:https://docs.djangoproject.com/en/1.8/ref/contrib/admin/
The text was updated successfully, but these errors were encountered: