J

Size: a a a
J
J
N
🔐
DT
S
N
AG
is_changed()
DT
N
🔐
Н
dispatch() missing 2 required positional arguments: 'model' and 'pk'
Н
Н
args
()
kwargs
{}
user_model
<class 'ralph.accounts.models.RalphUser'>
model
<class 'ralph.accounts.models.RalphUser'>
perm_name
'accounts.can_view_extra_storeview'
func
<function view_permission_dispatch.<locals>.wraps at 0x7fb9e886e8c8>
DT
Н
class StoreView(RalphDetailViewAdmin):
icon = 'folder'
name = 'store'
label = _('Store')
url_name = 'store'
Н
class Accessories(AdminAbsoluteUrlMixin, NamedMixin, PermByFieldMixin, TimeStampMixin, models.Model,):
VendorCode = models.CharField(max_length=16, null=True, blank=True)
Type = models.CharField(max_length=16, null=True, blank=True)
Vendor = models.CharField(max_length=16, null=True, blank=True)
MinReserve = models.PositiveIntegerField(blank=True, default=0)
def __str__(self):
return self.name
class Meta:
verbose_name = 'accessories'
ordering = ('name',)
DT
DT
DT
class StoreView(RalphDetailViewAdmin):
icon = 'folder'
name = 'store'
label = _('Store')
url_name = 'store'