some general fixes needed to handle NPC corps.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user