mirror of
https://github.com/hellosteadman/bambu-buffer.git
synced 2025-05-05 00:39:52 +00:00
Remove get_model, as no longer in use
This commit is contained in:
parent
155da63f32
commit
ffa20ebfda
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from django.db.models.loading import get_model
|
|
||||||
from django.db.models.signals import post_save
|
from django.db.models.signals import post_save
|
||||||
|
|
||||||
def post_save_receiver(sender, instance, **kwargs):
|
def post_save_receiver(sender, instance, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue