Skip to content

Instantly share code, notes, and snippets.

@axdel
axdel / admin.py
Created March 13, 2021 21:05
Django autoadmin
from django.apps import apps
from django.contrib import admin
dummy_admin = type('dummyadmin', (object,), {'search_fields': []})()
class AutocompleteFieldsAdminMixin:
def __init__(self, model, admin_site):
self.autocomplete_fields = [
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'threading_design.ui'
#
# Created: Thu Aug 6 13:47:18 2015
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui