final cleanup of initial model code
This commit is contained in:
@@ -10,6 +10,4 @@ from eve_auth import models
|
||||
@receiver(post_save, sender=models.Character)
|
||||
def run_update_details(sender, instance, created, **kwargs):
|
||||
if created:
|
||||
print(instance)
|
||||
instance.update()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user