Added basic corporation stats page

This commit is contained in:
Raynaldo Rivera
2014-11-10 01:03:47 -07:00
parent c98d06215d
commit 55b3e09cec
6 changed files with 102 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ def bootstrap_permissions():
Permission.objects.get_or_create(codename="jabber_broadcast", content_type=ct, name="jabber_broadcast")
Permission.objects.get_or_create(codename="human_resources", content_type=ct, name="human_resources")
Permission.objects.get_or_create(codename="blue_member", content_type=ct, name="blue_member")
Permission.objects.get_or_create(codename="corp_stats", content_type=ct, name="corp_stats")
Group.objects.get_or_create(name=settings.DEFAULT_ALLIANCE_GROUP)
Group.objects.get_or_create(name=settings.DEFAULT_BLUE_GROUP)