Do not set request main character

Thanks @GhostMB
This commit is contained in:
Adarnof
2017-12-21 19:28:39 -05:00
parent 5f03e580c2
commit 1653a57e7b
2 changed files with 0 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ from django.db import models
from django.db.models.signals import post_save
from django.dispatch import receiver
from allianceauth.eveonline.models import EveCharacter
class GroupRequest(models.Model):
status = models.CharField(max_length=254)