the user field of one of the app is the foreign key of UserProfile (AbstractUser). After registration in admin, it does not display a drop-down list, but a search box. The result I want is a drop-down list it has been tested that associations can be d...
admin K2O using verbose_name will directly display it as text, which is not successful found that there is a format_html () method, but it doesn t seem to work here can only be used on list_display () ...
https: code.ziqiangxuetang.c. django admin integrated DjangoUeditor editor based on teacher Tu Weizhong s tutorial did not report an error, but it didn t work from django.contrib import admin from .models import Column, Article from DjangoUeditor...
1. My project is django 1.11, python 2.7, using celery 4.1, using django_celery_beat third-party libraries. After installation and migration, there is a scheduled task table in the admin background, which can be used normally. However, I recently used d...
< H2 > 1.Works model has three fields: title (title), category (cagegory), author (author), where category and author are foreign keys < H2 > title = models.CharField (max_length=200, verbose_name= title ) category = models.ForeignKey (Category, o...
as shown in the picture, how can I delete it if I don t want to see it in the admin sidebar? seems to exist by default. ...
Novice django, deletes the uploaded picture in the admin background only deletes the record of the database, but the picture still exists in the media img folder. How to deal with this? models.py class HomePageProductPictureDisplay(models.Model): d...