idlesign / django-etc

Tiny stuff for Django that won't fit into separate apps.
https://github.com/idlesign/django-etc
BSD 3-Clause "New" or "Revised" License
39 stars 1 forks source link

AttributeError: module 'django.contrib.admin.models' has no attribute 'CharField' #5

Closed kev26 closed 2 years ago

kev26 commented 2 years ago

In tutorial https://django-etc.readthedocs.io/en/latest/admin.html#tools-for-django-admin Should be from django.db imprort models instead of from django.contrib.admin import models

idlesign commented 2 years ago

Thank you. Yes. Pull request is welcome: https://github.com/idlesign/django-etc/blob/master/docs/source/admin.rst