django-admin-tools Questions

5

Solved

I want to auto increament the invoice number which is 3 digits char and 4 digits number. class Invoice: invoice_no = models.CharField(max_length=500, null=True, blank=True, validators=[RegexValid...

0

I'm trying to implement + button for foreign key select field , if the foreign key doesn't exist instead of going to another page just pop up a form page to add new entry for the foreign key , I've...
Swarm asked 24/9, 2021 at 10:11

1

Solved

I have a custom User model(AbstractUser) and a Stock model. Assume there's multiple user roles manager, supplier etc. The manager can be able to view other manager's details and supplier details. T...
Guano asked 21/3, 2021 at 8:27

1

I want to add a button for each row as shown in the picture on the button place which shall give a popup of a field content of the same modal or whatever i insert for it to show.

3

Solved

I want to execute a function after a record inserted to database using django-admin panel . I have a product table , i want to send notification to users when a record inserted in database by dja...

1

I am working on integrating JSONEditor into the Django admin. There is one field in my model that uses the Postgres JSON and the Tree editor in this library is perfect. models.py class Executabl...

1

Solved

I've got a weird conundrum that I need some help with in Django 1.8.4 using python 3.4 in a virtual-env. I've got 2 models in 2 different apps... as follows with multiple Foreign Key references. ...

2

Solved

I am trying to run my Django Application without Django admin panel because I don't need it right now but getting an exception value: Put 'django.contrib.admin' in your INSTALLED_APPS setting in...
Phraseology asked 29/10, 2015 at 17:29

1

Solved

I am trying to change the field order in the admin of a field in a django package (rest framework) I define a new adminmanager, but get a 'Model Already Registered' Error. Surely there must be a w...
Yalta asked 21/9, 2014 at 21:25

2

Solved

I want to use django admin interface to display aggregates of data in a model. Ex: Model has following fields [employee name, salary, month] I want aggregate table with fields [month, total_salary_...

2

Solved

In my settings.py file I have: LANGUAGE_CODE = 'ru-RU' also, I have installed and working django-admin-tools. But admin language still english. What I'm doing wrong? PS. $ cat settings.py | gr...

0

Is it possible to have django grappeli and django admin tools menu running together? I've installed both, but only see grappeli or admin tools (depending on order in INSTALLED_APPS). I found old ...
Rainproof asked 1/5, 2012 at 12:17
1

© 2022 - 2024 — McMap. All rights reserved.