0👍
BasePriority does not appear in your project directories. Maybe it’s a model?
The installed app line should be:
app.ticketmgr
Since BasePriority does not exists, django gets 3 arguments instead of the 2 required for app_label,model_name. The “BasePriority” is the third argument, which excepts.
- How to give admin ability to change media path using frontend in django?
- Return QuerySet as JSON. Using values() function leads to missing values
- Django Migration difference between dev and test postgres databases
- Update the same group if group name clashes
- Django Filter with AND
Source:stackexchange.com