Django-nonrel form field for ListField

前端 未结 4 1679
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-08 09:21

I\'m experimenting with django-nonrel on appengine and trying to use a djangotoolbox.fields.ListField to implement a many-to-many relation. As I re

4条回答
  •  独厮守ぢ
    2020-12-08 09:54

    This could be unrelated but for the admin interface, be sure you have djangotoolbox listed after django.contrib.admin in the settings.. INSTALLED_APPS

提交回复
热议问题