some general fixes needed to handle NPC corps.

This commit is contained in:
2018-04-24 11:12:51 +01:00
parent ccdc999077
commit c0b17a0ef0
5 changed files with 30 additions and 38 deletions

View File

@@ -15,7 +15,7 @@ from eve_auth.models import Corporation
def hello(request):
c = Corporation(id=98002591)
c.save()
c.update()
#c.update()
return render(
request,
'base.html',