Questions tagged as 'django-admin'

0
answers

error (1054, "Unknown column 'useriorol.id' in 'field list'") django 1.10

Good afternoon, as you can see I present the following problem: error (1054, "Unknown column 'useriorol.id' in 'field list'") django 1.10 at the time of entering the administrator I select the useriorol option and I see this error. the admin....
asked by 18.12.2017 / 22:59
2
answers

Finder in Django administrator

In the django administrator, is there any way to enable a search engine? You have a button to add a record, but when these records are too many, it is too late to find a record to modify or delete. In the image 14 thousand records are shown,...
asked by 27.01.2018 / 04:19
1
answer

Permalink change_list of the administrative panel in Django

I've been reading for weeks and trying out alternatives to customize the Change_List (Inside the Django administration panel, where the list of components of our application is shown, allowing you to add, modify or eliminate it). It happens t...
asked by 31.10.2017 / 19:31
1
answer

Django manytomany models views and templates

I have the Gammer model that is the User extension and the Competition model. many players can play a competition and a competition can have many players ( ManyToMany ) class Gammer(User): competition = models.ManyToManyField(Compet...
asked by 23.10.2017 / 23:14
1
answer

Django upload only the data of a file

I'm working on the managed interface of Django, I've tried in different ways to popular tables with files xls , csv or txt without success, I know how to upload a file but not just use the data, or failing that upload the fil...
asked by 25.08.2017 / 19:55
1
answer

administrator of django custom actions

I'm trying to do an action for the Django-admin (trying because I'm new to this), but I can not get it to appear in the dropdown that says "Delete Selected Data / s" My goal is to import the data of a file previously uploaded with FileFiel...
asked by 18.08.2017 / 14:35
0
answers

How to access the value of an input in the Django admin

I have a model that is managed by the admin of django, in admin.py and create a method that adds some model fields to the property readonly_fields when the object has already been created, so when I entered to modify the object I the fields appe...
asked by 27.07.2017 / 19:40
1
answer

How to order the django administrator exit

I have to sort the records that are loaded from the django administrator, by item-> brand-> model, but I sort by the id not by the name. models.py class ElementoModelo(models.Model): elemento = models.ForeignKey(Elemento) marca =...
asked by 13.04.2017 / 17:42
2
answers

Change the administrator interface of Django 1.9

I want to access my custom administration interface in Django and disable the default admin I have my own custom form to login. I would like that at the time of login, access my own personalized administration site. I do not want to use...
asked by 14.04.2016 / 17:32