· 9 years ago · Dec 10, 2016, 01:06 AM
1(0.002) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T20:34:58.508174+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 20, 34, 58, 508174, tzinfo=<UTC>))
2(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
3Exception while resolving variable 'is_popup' in template 'admin/index.html'.
4Traceback (most recent call last):
5 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
6 (bit, current)) # missing attribute
7VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d6a2668>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d69f550>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517dfdef50>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194635a50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92e10>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92d10>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517e015490>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92d90>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92d50>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194635a10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194635a90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517df7d390>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df7d650>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92610>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517df7d290>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92f50>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
8Exception while resolving variable 'is_popup' in template 'admin/index.html'.
9Traceback (most recent call last):
10 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
11 (bit, current)) # missing attribute
12VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d6a2668>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d69f550>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517dfdef50>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194635a50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92e10>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92d10>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517e015490>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92d90>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92d50>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194635a10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194635a90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517df7d390>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df7d650>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92610>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517df7d290>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df92f50>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
13(0.001) SELECT "django_admin_log"."id", "django_admin_log"."action_time", "django_admin_log"."user_id", "django_admin_log"."content_type_id", "django_admin_log"."object_id", "django_admin_log"."object_repr", "django_admin_log"."action_flag", "django_admin_log"."change_message", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_admin_log" INNER JOIN "auth_user" ON ("django_admin_log"."user_id" = "auth_user"."id") LEFT OUTER JOIN "django_content_type" ON ("django_admin_log"."content_type_id" = "django_content_type"."id") WHERE "django_admin_log"."user_id" = 1 ORDER BY "django_admin_log"."action_time" DESC LIMIT 10; args=(1,)
14(0.002) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T20:34:59.025758+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 20, 34, 59, 25758, tzinfo=<UTC>))
15(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
16Exception while resolving variable 'is_popup' in template 'admin/index.html'.
17Traceback (most recent call last):
18 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
19 (bit, current)) # missing attribute
20VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d69d5f0>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d69f1d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517e03aa50>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194636b50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8cad0>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8ca50>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8ced0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517e015590>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8cf90>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194636b10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194636b90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517dffb050>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8ca90>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517dffbf90>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8cb90>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8c950>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
21Exception while resolving variable 'is_popup' in template 'admin/index.html'.
22Traceback (most recent call last):
23 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
24 (bit, current)) # missing attribute
25VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d69d5f0>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d69f1d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517e03aa50>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194636b50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8cad0>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8ca50>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8ced0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517e015590>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8cf90>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194636b10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194636b90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517dffb050>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8ca90>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517dffbf90>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8cb90>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517df8c950>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
26(0.001) SELECT "django_admin_log"."id", "django_admin_log"."action_time", "django_admin_log"."user_id", "django_admin_log"."content_type_id", "django_admin_log"."object_id", "django_admin_log"."object_repr", "django_admin_log"."action_flag", "django_admin_log"."change_message", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_admin_log" INNER JOIN "auth_user" ON ("django_admin_log"."user_id" = "auth_user"."id") LEFT OUTER JOIN "django_content_type" ON ("django_admin_log"."content_type_id" = "django_content_type"."id") WHERE "django_admin_log"."user_id" = 1 ORDER BY "django_admin_log"."action_time" DESC LIMIT 10; args=(1,)
27(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T20:35:01.538222+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 20, 35, 1, 538222, tzinfo=<UTC>))
28(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
29(0.000) SELECT COUNT(*) AS "__count" FROM "games_donor"; args=()
30(0.000) SELECT COUNT(*) AS "__count" FROM "games_donor"; args=()
31(0.000) SELECT "games_donor"."id", "games_donor"."name", "games_donor"."home_country_id" FROM "games_donor" ORDER BY "games_donor"."id" DESC; args=()
32Exception while resolving variable 'errors' in template 'admin/change_list.html'.
33Traceback (most recent call last):
34 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
35 (bit, current)) # missing attribute
36VariableDoesNotExist: Failed lookup for key [errors] in u'None'
37Exception while resolving variable 'show' in template 'admin/change_list.html'.
38Traceback (most recent call last):
39 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
40 (bit, current)) # missing attribute
41VariableDoesNotExist: Failed lookup for key [show] in u"[{'False': False, 'None': None, 'True': True, 'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d678668>>}]"
42Exception while resolving variable 'is_multipart' in template 'admin/change_list.html'.
43Traceback (most recent call last):
44 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
45 (bit, current)) # missing attribute
46VariableDoesNotExist: Failed lookup for key [is_multipart] in u'None'
47(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T20:35:01.659173+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 20, 35, 1, 659173, tzinfo=<UTC>))
48(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
49(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T20:35:03.159999+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 20, 35, 3, 159999, tzinfo=<UTC>))
50(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
51(0.001) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'donor' AND "django_content_type"."app_label" = 'games'); args=('donor', 'games')
52(3.155) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country"; args=()
53(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T21:00:02.108250+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 21, 0, 2, 108250, tzinfo=<UTC>))
54(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
55Exception while resolving variable 'is_popup' in template 'admin/index.html'.
56Traceback (most recent call last):
57 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
58 (bit, current)) # missing attribute
59VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d6a26e0>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d5df790>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517d6e5450>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194635a50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5e90>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5810>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5990>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5a50>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e59d0>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194635a10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194635a90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5790>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5610>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e58d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5a90>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5750>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
60Exception while resolving variable 'is_popup' in template 'admin/index.html'.
61Traceback (most recent call last):
62 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
63 (bit, current)) # missing attribute
64VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d6a26e0>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d5df790>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517d6e5450>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194635a50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5e90>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5810>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5990>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5a50>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e59d0>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194635a10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194635a90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5790>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5610>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e58d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5a90>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6e5750>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
65(0.001) SELECT "django_admin_log"."id", "django_admin_log"."action_time", "django_admin_log"."user_id", "django_admin_log"."content_type_id", "django_admin_log"."object_id", "django_admin_log"."object_repr", "django_admin_log"."action_flag", "django_admin_log"."change_message", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_admin_log" INNER JOIN "auth_user" ON ("django_admin_log"."user_id" = "auth_user"."id") LEFT OUTER JOIN "django_content_type" ON ("django_admin_log"."content_type_id" = "django_content_type"."id") WHERE "django_admin_log"."user_id" = 1 ORDER BY "django_admin_log"."action_time" DESC LIMIT 10; args=(1,)
66(0.029) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country" WHERE "boundaries_country"."id" = 107; args=(107,)
67(0.002)
68 SELECT c.relname, c.relkind
69 FROM pg_catalog.pg_class c
70 LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
71 WHERE c.relkind IN ('r', 'v')
72 AND n.nspname NOT IN ('pg_catalog', 'pg_toast')
73 AND pg_catalog.pg_table_is_visible(c.oid); args=None
74(0.001) SELECT "django_migrations"."app", "django_migrations"."name" FROM "django_migrations"; args=()
75(0.000) CREATE EXTENSION IF NOT EXISTS postgis; args=None
76(0.002)
77 SELECT c.relname, c.relkind
78 FROM pg_catalog.pg_class c
79 LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
80 WHERE c.relkind IN ('r', 'v')
81 AND n.nspname NOT IN ('pg_catalog', 'pg_toast')
82 AND pg_catalog.pg_table_is_visible(c.oid); args=None
83(0.000) SELECT "django_migrations"."app", "django_migrations"."name" FROM "django_migrations"; args=()
84(0.001)
85 SELECT c.relname, c.relkind
86 FROM pg_catalog.pg_class c
87 LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
88 WHERE c.relkind IN ('r', 'v')
89 AND n.nspname NOT IN ('pg_catalog', 'pg_toast')
90 AND pg_catalog.pg_table_is_visible(c.oid); args=None
91(0.000) SELECT "django_migrations"."app", "django_migrations"."name" FROM "django_migrations"; args=()
92ALTER TABLE "games_crisis" ALTER COLUMN "zone" TYPE geometry(POLYGON,4326) USING "zone"::geometry(POLYGON,4326); (params [])
93(0.036) ALTER TABLE "games_crisis" ALTER COLUMN "zone" TYPE geometry(POLYGON,4326) USING "zone"::geometry(POLYGON,4326); args=[]
94(0.001)
95 SELECT c.relname, c.relkind
96 FROM pg_catalog.pg_class c
97 LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
98 WHERE c.relkind IN ('r', 'v')
99 AND n.nspname NOT IN ('pg_catalog', 'pg_toast')
100 AND pg_catalog.pg_table_is_visible(c.oid); args=None
101(0.000) INSERT INTO "django_migrations" ("app", "name", "applied") VALUES ('games', '0007_auto_20161209_2300', '2016-12-09T23:00:24.048008+00:00'::timestamptz) RETURNING "django_migrations"."id"; args=('games', u'0007_auto_20161209_2300', datetime.datetime(2016, 12, 9, 23, 0, 24, 48008, tzinfo=<UTC>))
102(0.001)
103 SELECT c.relname, c.relkind
104 FROM pg_catalog.pg_class c
105 LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
106 WHERE c.relkind IN ('r', 'v')
107 AND n.nspname NOT IN ('pg_catalog', 'pg_toast')
108 AND pg_catalog.pg_table_is_visible(c.oid); args=None
109(0.000) SELECT "django_migrations"."app", "django_migrations"."name" FROM "django_migrations"; args=()
110(0.001) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'logentry' AND "django_content_type"."app_label" = 'admin'); args=('logentry', 'admin')
111(0.001) SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (1) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC; args=(1,)
112(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE "django_content_type"."app_label" = 'admin'; args=('admin',)
113(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'group' AND "django_content_type"."app_label" = 'auth'); args=('group', 'auth')
114(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'permission' AND "django_content_type"."app_label" = 'auth'); args=('permission', 'auth')
115(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'user' AND "django_content_type"."app_label" = 'auth'); args=('user', 'auth')
116(0.000) SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (2, 3, 4) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC; args=(2, 3, 4)
117(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE "django_content_type"."app_label" = 'auth'; args=('auth',)
118(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'contenttype' AND "django_content_type"."app_label" = 'contenttypes'); args=('contenttype', 'contenttypes')
119(0.000) SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (5) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC; args=(5,)
120(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE "django_content_type"."app_label" = 'contenttypes'; args=('contenttypes',)
121(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'session' AND "django_content_type"."app_label" = 'sessions'); args=('session', 'sessions')
122(0.000) SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (6) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC; args=(6,)
123(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE "django_content_type"."app_label" = 'sessions'; args=('sessions',)
124(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'admin_level_1' AND "django_content_type"."app_label" = 'boundaries'); args=('admin_level_1', 'boundaries')
125(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'admin_level_3' AND "django_content_type"."app_label" = 'boundaries'); args=('admin_level_3', 'boundaries')
126(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'admin_level_2' AND "django_content_type"."app_label" = 'boundaries'); args=('admin_level_2', 'boundaries')
127(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'admin_level_5' AND "django_content_type"."app_label" = 'boundaries'); args=('admin_level_5', 'boundaries')
128(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'admin_level_4' AND "django_content_type"."app_label" = 'boundaries'); args=('admin_level_4', 'boundaries')
129(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'country' AND "django_content_type"."app_label" = 'boundaries'); args=('country', 'boundaries')
130(0.000) SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (7, 8, 9, 10, 11, 12) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC; args=(7, 8, 9, 10, 11, 12)
131(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE "django_content_type"."app_label" = 'boundaries'; args=('boundaries',)
132(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'crisis' AND "django_content_type"."app_label" = 'games'); args=('crisis', 'games')
133(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'donor' AND "django_content_type"."app_label" = 'games'); args=('donor', 'games')
134(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'transaction' AND "django_content_type"."app_label" = 'games'); args=('transaction', 'games')
135(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'person' AND "django_content_type"."app_label" = 'games'); args=('person', 'games')
136(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'scheme' AND "django_content_type"."app_label" = 'games'); args=('scheme', 'games')
137(0.000) SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (16, 17, 13, 14, 15) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC; args=(16, 17, 13, 14, 15)
138(0.000) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE "django_content_type"."app_label" = 'games'; args=('games',)
139(0.020) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country" WHERE "boundaries_country"."id" = 138; args=(138,)
140(0.001) INSERT INTO "games_crisis" ("name", "start_date", "end_date", "radius", "country_id", "origin", "zone") VALUES ('Ice Cream Is Fattening', '2016-11-09T00:00:00+00:00'::timestamptz, '2016-12-09T23:02:16.766148+00:00'::timestamptz, '16.002423', 138, ST_GeomFromEWKB('\x0101000020e6100000889bc60920b9e7bf4000008012973140'::bytea), ST_GeomFromEWKB('\x0103000020e61000000100000021000000ec839ea3ab852e404000008012973140f2ec1d593de82d404426e3f8b8ef2c40f2b9fc44ff152c4068e8481ebaee26407aa96b44dc202940ab17714d396621406cd02401ed252540ce8c7dfc4b191940287ff2b1594c2040acdaef756d231140da5c35c2b18715406c739be94e72064046c2011a680b0340c04e2d32ad52fe3f9f9ac60920b9e7bfe09628de3a67f93f980fe51ef8e70ec0984e2d32ad52fe3f8603a7c4f9751bc040739be94e72064082522bb37d4323c08edaef756d231140c8a35d02111d28c0a68c7dfc4b191940da7ca44500182cc09417714d39662140588d3546230d2fc04de8481ebaee26402f602badb06f30c02826e3f8b8ef2c40aeab6bd267be30c0310000801297314034602badb06f30c0506d8e8348b634406e8d3546230d2fc03e8cdbf0c7b63740fc7ca44500182cc09e744759087b3a40f2a35d02111d28c0429de000d2e73c40b2522bb37d4323c0cc0984a249e53e40ee03a7c4f9751bc007496691ed2f40406410e51ef8e70ec0c9956e167da44040a39dc60920b9e7bf89bb0ea9d8cb404098c1011a680b0340cc956e167da44040905c35c2b18715400d496691ed2f40400a7ff2b1594c2040df0984a249e53e4054d02401ed252540589de000d2e73c406aa96b44dc202940b6744759087b3a40e8b9fc44ff152c40588cdbf0c7b63740eeec1d593de82d40696d8e8348b63440ec839ea3ab852e404000008012973140'::bytea)) RETURNING "games_crisis"."id"; args=('Ice Cream Is Fattening', datetime.datetime(2016, 11, 9, 0, 0, tzinfo=<UTC>), datetime.datetime(2016, 12, 9, 23, 2, 16, 766148, tzinfo=<UTC>), u'16.002423', 138, <django.contrib.gis.db.backends.postgis.adapter.PostGISAdapter object at 0x7f2a5d0d7b90>, <django.contrib.gis.db.backends.postgis.adapter.PostGISAdapter object at 0x7f2a5d0d7ed0>)
141(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T23:02:51.273522+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 23, 2, 51, 273522, tzinfo=<UTC>))
142(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
143Exception while resolving variable 'is_popup' in template 'admin/index.html'.
144Traceback (most recent call last):
145 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
146 (bit, current)) # missing attribute
147VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d6a2668>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d68b390>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517d649ed0>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194635a50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6490d0>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649090>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6f79d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649110>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649f90>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194635a10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194635a90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649050>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649250>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649350>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649fd0>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6492d0>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
148Exception while resolving variable 'is_popup' in template 'admin/index.html'.
149Traceback (most recent call last):
150 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
151 (bit, current)) # missing attribute
152VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d6a2668>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d68b390>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517d649ed0>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194635a50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6490d0>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649090>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6f79d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649110>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649f90>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194635a10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194635a90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649050>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649250>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3690>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649350>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d649fd0>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6492d0>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
153(0.001) SELECT "django_admin_log"."id", "django_admin_log"."action_time", "django_admin_log"."user_id", "django_admin_log"."content_type_id", "django_admin_log"."object_id", "django_admin_log"."object_repr", "django_admin_log"."action_flag", "django_admin_log"."change_message", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_admin_log" INNER JOIN "auth_user" ON ("django_admin_log"."user_id" = "auth_user"."id") LEFT OUTER JOIN "django_content_type" ON ("django_admin_log"."content_type_id" = "django_content_type"."id") WHERE "django_admin_log"."user_id" = 1 ORDER BY "django_admin_log"."action_time" DESC LIMIT 10; args=(1,)
154(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T23:02:51.600224+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 23, 2, 51, 600224, tzinfo=<UTC>))
155(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
156Exception while resolving variable 'is_popup' in template 'admin/index.html'.
157Traceback (most recent call last):
158 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
159 (bit, current)) # missing attribute
160VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d69d5f0>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d63df90>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517d6812d0>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194636b50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681850>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681790>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6816d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681550>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6817d0>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194636b10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194636b90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6818d0>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681810>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6814d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681410>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681710>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
161Exception while resolving variable 'is_popup' in template 'admin/index.html'.
162Traceback (most recent call last):
163 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
164 (bit, current)) # missing attribute
165VariableDoesNotExist: Failed lookup for key [is_popup] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f517d69d5f0>>, 'user': <SimpleLazyObject: <User: dheerajchand>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f517d63df90>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f517d6812d0>, u'request': <WSGIRequest: GET '/admin/'>}, {}, {'site_header': <django.utils.functional.__proxy__ object at 0x7f5194636b50>, 'available_apps': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681850>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681790>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6816d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681550>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6817d0>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], 'site_title': <django.utils.functional.__proxy__ object at 0x7f5194636b10>, 'title': <django.utils.functional.__proxy__ object at 0x7f5194636b90>, 'has_permission': True, 'app_list': [{'app_url': u'/admin/auth/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/group/', 'object_name': 'Group', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6818d0>, 'add_url': u'/admin/auth/group/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/auth/user/', 'object_name': 'User', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681810>, 'add_url': u'/admin/auth/user/add/'}], 'has_module_perms': True, 'name': <django.utils.functional.__proxy__ object at 0x7f51945e3790>, 'app_label': 'auth'}, {'app_url': u'/admin/boundaries/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/boundaries/country/', 'object_name': 'Country', 'name': <django.utils.functional.__proxy__ object at 0x7f517d6814d0>, 'add_url': u'/admin/boundaries/country/add/'}], 'has_module_perms': True, 'name': 'Boundaries', 'app_label': 'boundaries'}, {'app_url': u'/admin/games/', 'models': [{'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/crisis/', 'object_name': 'Crisis', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681410>, 'add_url': u'/admin/games/crisis/add/'}, {'perms': {u'add': True, u'change': True, u'delete': True}, 'admin_url': u'/admin/games/donor/', 'object_name': 'Donor', 'name': <django.utils.functional.__proxy__ object at 0x7f517d681710>, 'add_url': u'/admin/games/donor/add/'}], 'has_module_perms': True, 'name': 'Games', 'app_label': 'games'}], u'LANGUAGE_CODE': 'en-us', u'LANGUAGE_BIDI': False, 'site_url': '/'}]"
166(0.002) SELECT "django_admin_log"."id", "django_admin_log"."action_time", "django_admin_log"."user_id", "django_admin_log"."content_type_id", "django_admin_log"."object_id", "django_admin_log"."object_repr", "django_admin_log"."action_flag", "django_admin_log"."change_message", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_admin_log" INNER JOIN "auth_user" ON ("django_admin_log"."user_id" = "auth_user"."id") LEFT OUTER JOIN "django_content_type" ON ("django_admin_log"."content_type_id" = "django_content_type"."id") WHERE "django_admin_log"."user_id" = 1 ORDER BY "django_admin_log"."action_time" DESC LIMIT 10; args=(1,)
167(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T23:02:53.777249+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 23, 2, 53, 777249, tzinfo=<UTC>))
168(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
169(0.001) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
170(0.000) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
171(0.016) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC; args=()
172Internal Server Error: /admin/games/crisis/
173Traceback (most recent call last):
174 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/core/handlers/exception.py", line 39, in inner
175 response = get_response(request)
176 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response
177 response = self.process_exception_by_middleware(e, request)
178 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
179 response = wrapped_callback(request, *callback_args, **callback_kwargs)
180 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/contrib/admin/options.py", line 544, in wrapper
181 return self.admin_site.admin_view(view)(*args, **kwargs)
182 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
183 response = view_func(request, *args, **kwargs)
184 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/views/decorators/cache.py", line 57, in _wrapped_view_func
185 response = view_func(request, *args, **kwargs)
186 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/contrib/admin/sites.py", line 211, in inner
187 return view(request, *args, **kwargs)
188 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 67, in _wrapper
189 return bound_func(*args, **kwargs)
190 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
191 response = view_func(request, *args, **kwargs)
192 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 63, in bound_func
193 return func.__get__(self, type(self))(*args2, **kwargs2)
194 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/contrib/admin/options.py", line 1657, in changelist_view
195 selection_note=_('0 of %(cnt)s selected') % {'cnt': len(cl.result_list)},
196 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/db/models/query.py", line 238, in __len__
197 self._fetch_all()
198 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/db/models/query.py", line 1087, in _fetch_all
199 self._result_cache = list(self.iterator())
200 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/db/models/query.py", line 66, in __iter__
201 obj = model_cls.from_db(db, init_list, row[model_fields_start:model_fields_end])
202 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/db/models/base.py", line 565, in from_db
203 new = cls(*values)
204 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/db/models/base.py", line 481, in __init__
205 setattr(self, field.attname, val)
206 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/contrib/gis/db/models/proxy.py", line 76, in __set__
207 instance.__class__.__name__, gtype, type(value)))
208TypeError: Cannot set Crisis SpatialProxy (MULTIPOLYGON) with value of type: <class 'django.contrib.gis.geos.polygon.Polygon'>
209(0.001) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC LIMIT 21; args=()
210(0.000) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC LIMIT 21; args=()
211(0.000) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC LIMIT 21; args=()
212(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T23:03:21.250774+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 23, 3, 21, 250774, tzinfo=<UTC>))
213(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
214(0.001) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
215(0.000) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
216(0.017) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC; args=()
217Exception while resolving variable 'errors' in template 'admin/change_list.html'.
218Traceback (most recent call last):
219 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
220 (bit, current)) # missing attribute
221VariableDoesNotExist: Failed lookup for key [errors] in u'None'
222Exception while resolving variable 'show' in template 'admin/change_list.html'.
223Traceback (most recent call last):
224 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
225 (bit, current)) # missing attribute
226VariableDoesNotExist: Failed lookup for key [show] in u"[{'False': False, 'None': None, 'True': True, 'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f5b5ea937d0>>}]"
227Exception while resolving variable 'is_multipart' in template 'admin/change_list.html'.
228Traceback (most recent call last):
229 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
230 (bit, current)) # missing attribute
231VariableDoesNotExist: Failed lookup for key [is_multipart] in u'None'
232Exception while resolving variable 'non_field_errors' in template 'admin/change_list.html'.
233Traceback (most recent call last):
234 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
235 (bit, current)) # missing attribute
236VariableDoesNotExist: Failed lookup for key [non_field_errors] in u'None'
237Exception while resolving variable 'non_field_errors' in template 'admin/change_list.html'.
238Traceback (most recent call last):
239 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
240 (bit, current)) # missing attribute
241VariableDoesNotExist: Failed lookup for key [non_field_errors] in u'None'
242(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T23:03:21.869071+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 23, 3, 21, 869071, tzinfo=<UTC>))
243(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
244(0.002) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-09T23:03:23.934857+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 9, 23, 3, 23, 934857, tzinfo=<UTC>))
245(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
246(0.014) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" WHERE "games_crisis"."id" = 2; args=(2,)
247(0.001) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'crisis' AND "django_content_type"."app_label" = 'games'); args=('crisis', 'games')
248(2.907) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country"; args=()
249(0.018) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country" WHERE "boundaries_country"."id" = 143; args=(143,)
250(0.002) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-10T00:51:05.557964+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 10, 0, 51, 5, 557964, tzinfo=<UTC>))
251(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
252(0.016) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" WHERE "games_crisis"."id" = 2; args=(2,)
253(0.001) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'crisis' AND "django_content_type"."app_label" = 'games'); args=('crisis', 'games')
254(3.166) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country"; args=()
255(0.002) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-10T00:56:26.825039+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 10, 0, 56, 26, 825039, tzinfo=<UTC>))
256(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
257(0.001) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
258(0.000) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
259(0.016) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC; args=()
260Exception while resolving variable 'errors' in template 'admin/change_list.html'.
261Traceback (most recent call last):
262 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
263 (bit, current)) # missing attribute
264VariableDoesNotExist: Failed lookup for key [errors] in u'None'
265Exception while resolving variable 'show' in template 'admin/change_list.html'.
266Traceback (most recent call last):
267 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
268 (bit, current)) # missing attribute
269VariableDoesNotExist: Failed lookup for key [show] in u"[{'False': False, 'None': None, 'True': True, 'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f632cd6c938>>}]"
270Exception while resolving variable 'is_multipart' in template 'admin/change_list.html'.
271Traceback (most recent call last):
272 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
273 (bit, current)) # missing attribute
274VariableDoesNotExist: Failed lookup for key [is_multipart] in u'None'
275Exception while resolving variable 'non_field_errors' in template 'admin/change_list.html'.
276Traceback (most recent call last):
277 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
278 (bit, current)) # missing attribute
279VariableDoesNotExist: Failed lookup for key [non_field_errors] in u'None'
280Exception while resolving variable 'non_field_errors' in template 'admin/change_list.html'.
281Traceback (most recent call last):
282 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
283 (bit, current)) # missing attribute
284VariableDoesNotExist: Failed lookup for key [non_field_errors] in u'None'
285(0.001) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-10T00:56:29.224852+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 10, 0, 56, 29, 224852, tzinfo=<UTC>))
286(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
287(0.017) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" WHERE "games_crisis"."id" = 1; args=(1,)
288(0.001) SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE ("django_content_type"."model" = 'crisis' AND "django_content_type"."app_label" = 'games'); args=('crisis', 'games')
289(3.061) SELECT "boundaries_country"."id", "boundaries_country"."id_0", "boundaries_country"."iso", "boundaries_country"."name_english", "boundaries_country"."waspartof", "boundaries_country"."contains", "boundaries_country"."sovereign", "boundaries_country"."iso2", "boundaries_country"."www", "boundaries_country"."fips", "boundaries_country"."ison", "boundaries_country"."validfr", "boundaries_country"."validto", "boundaries_country"."pop2000", "boundaries_country"."sqkm", "boundaries_country"."popsqkm", "boundaries_country"."unregion1", "boundaries_country"."unregion2", "boundaries_country"."developing", "boundaries_country"."cis", "boundaries_country"."transition", "boundaries_country"."oecd", "boundaries_country"."wbregion", "boundaries_country"."wbincome", "boundaries_country"."wbdebt", "boundaries_country"."wbother", "boundaries_country"."ceeac", "boundaries_country"."cemac", "boundaries_country"."ceplg", "boundaries_country"."comesa", "boundaries_country"."eac", "boundaries_country"."ecowas", "boundaries_country"."igad", "boundaries_country"."ioc", "boundaries_country"."mru", "boundaries_country"."sacu", "boundaries_country"."uemoa", "boundaries_country"."uma", "boundaries_country"."palop", "boundaries_country"."parta", "boundaries_country"."cacm", "boundaries_country"."eurasec", "boundaries_country"."agadir", "boundaries_country"."saarc", "boundaries_country"."asean", "boundaries_country"."nafta", "boundaries_country"."gcc", "boundaries_country"."csn", "boundaries_country"."caricom", "boundaries_country"."eu", "boundaries_country"."can", "boundaries_country"."acp", "boundaries_country"."landlocked", "boundaries_country"."aosis", "boundaries_country"."sids", "boundaries_country"."islands", "boundaries_country"."ldc", "boundaries_country"."shape_length", "boundaries_country"."shape_area", "boundaries_country"."geom" FROM "boundaries_country"; args=()
290(0.002) SELECT "django_session"."session_key", "django_session"."session_data", "django_session"."expire_date" FROM "django_session" WHERE ("django_session"."session_key" = 'y5ai6eq2m7pzvs0i38tg1bwevo34v30y' AND "django_session"."expire_date" > '2016-12-10T00:57:14.826707+00:00'::timestamptz); args=('y5ai6eq2m7pzvs0i38tg1bwevo34v30y', datetime.datetime(2016, 12, 10, 0, 57, 14, 826707, tzinfo=<UTC>))
291(0.001) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 1; args=(1,)
292(0.001) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
293(0.000) SELECT COUNT(*) AS "__count" FROM "games_crisis"; args=()
294(0.016) SELECT "games_crisis"."id", "games_crisis"."name", "games_crisis"."start_date", "games_crisis"."end_date", "games_crisis"."radius", "games_crisis"."country_id", "games_crisis"."origin", "games_crisis"."zone" FROM "games_crisis" ORDER BY "games_crisis"."id" DESC; args=()
295Exception while resolving variable 'errors' in template 'admin/change_list.html'.
296Traceback (most recent call last):
297 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
298 (bit, current)) # missing attribute
299VariableDoesNotExist: Failed lookup for key [errors] in u'None'
300Exception while resolving variable 'show' in template 'admin/change_list.html'.
301Traceback (most recent call last):
302 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
303 (bit, current)) # missing attribute
304VariableDoesNotExist: Failed lookup for key [show] in u"[{'False': False, 'None': None, 'True': True, 'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f632cd6c938>>}]"
305Exception while resolving variable 'is_multipart' in template 'admin/change_list.html'.
306Traceback (most recent call last):
307 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
308 (bit, current)) # missing attribute
309VariableDoesNotExist: Failed lookup for key [is_multipart] in u'None'
310Exception while resolving variable 'non_field_errors' in template 'admin/change_list.html'.
311Traceback (most recent call last):
312 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
313 (bit, current)) # missing attribute
314VariableDoesNotExist: Failed lookup for key [non_field_errors] in u'None'
315Exception while resolving variable 'non_field_errors' in template 'admin/change_list.html'.
316Traceback (most recent call last):
317 File "/vagrant/projectenv/local/lib/python2.7/site-packages/django/template/base.py", line 907, in _resolve_lookup
318 (bit, current)) # missing attribute
319VariableDoesNotExist: Failed lookup for key [non_field_errors] in u'None'