This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmysite.log
237 lines (237 loc) · 28.4 KB
/
mysite.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
[12/Jul/2018 12:49:05] WARNING [django.request:152] Not Found: /robots.txt
[12/Jul/2018 12:49:05] WARNING [django.server:124] "GET /robots.txt HTTP/1.1" 404 84
[12/Jul/2018 12:49:05] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f646918f848>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f646a1c8230>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f64691932d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f646a238910>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f646a1e0810>}]"
[12/Jul/2018 12:49:05] INFO [django.server:124] "GET / HTTP/1.1" 200 1512
[12/Jul/2018 12:49:05] WARNING [django.request:152] Not Found: /static/js/popper.min.js.map
[12/Jul/2018 12:49:05] WARNING [django.server:124] "GET /static/js/popper.min.js.map HTTP/1.1" 404 101
[12/Jul/2018 12:49:06] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f6469161488>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f6469161410>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f646915db50>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f646915d790>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f646915d890>}]"
[12/Jul/2018 12:49:06] INFO [django.server:124] "GET / HTTP/1.1" 200 1512
[12/Jul/2018 12:49:07] WARNING [django.request:152] Not Found: /static/js/popper.min.js.map
[12/Jul/2018 12:49:07] WARNING [django.server:124] "GET /static/js/popper.min.js.map HTTP/1.1" 404 101
[12/Jul/2018 12:49:07] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'signup.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f64691612a8>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f6469161488>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f646916b750>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f646915d410>, u'request': <WSGIRequest: GET '/signup/'>}, {}, {u'form': <SignUpForm bound=False, valid=Unknown, fields=(username;first_name;last_name;email;password1;password2)>}]"
[12/Jul/2018 12:49:07] INFO [django.server:124] "GET /signup/ HTTP/1.1" 200 3489
[12/Jul/2018 12:49:08] WARNING [django.request:152] Not Found: /static/js/popper.min.js.map
[12/Jul/2018 12:49:08] WARNING [django.server:124] "GET /static/js/popper.min.js.map HTTP/1.1" 404 101
[12/Jul/2018 12:49:08] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f646912b410>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f64691612a8>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f64690c32d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f6469138ed0>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f6469138fd0>}]"
[12/Jul/2018 12:49:08] INFO [django.server:124] "GET / HTTP/1.1" 200 1512
[12/Jul/2018 12:49:09] WARNING [django.request:152] Not Found: /static/js/popper.min.js.map
[12/Jul/2018 12:49:09] WARNING [django.server:124] "GET /static/js/popper.min.js.map HTTP/1.1" 404 101
[12/Jul/2018 18:22:42] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6b194140>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f8c70011230>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6b192550>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c700798d0>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f8c700277d0>}]"
[12/Jul/2018 18:22:42] INFO [django.server:124] "GET / HTTP/1.1" 200 2754
[12/Jul/2018 18:22:42] INFO [django.server:124] "GET /static/css/app.css HTTP/1.1" 304 0
[12/Jul/2018 18:22:43] WARNING [django.request:152] Not Found: /static/
[12/Jul/2018 18:22:43] WARNING [django.server:124] "GET /static/ HTTP/1.1" 404 81
[12/Jul/2018 18:22:46] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'login.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6b17b320>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f8c6b17b140>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6b187290>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6b160dd0>, u'request': <WSGIRequest: GET '/login/'>}, {}, {u'view': <django.contrib.auth.views.LoginView object at 0x7f8c6b160ed0>, 'site_name': 'localhost:8000', 'site': <django.contrib.sites.requests.RequestSite object at 0x7f8c6b17d4d0>, 'form': <AuthenticationForm bound=False, valid=Unknown, fields=(username;password)>, 'next': ''}]"
[12/Jul/2018 18:22:46] INFO [django.server:124] "GET /login/ HTTP/1.1" 200 3485
[12/Jul/2018 18:22:46] INFO [django.server:124] "GET /static/css/athletes.css HTTP/1.1" 304 0
[12/Jul/2018 18:22:46] INFO [django.server:124] "GET /static/img/mont_blanc.jpg HTTP/1.1" 304 0
[12/Jul/2018 18:22:51] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'login.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c74472a28>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f8c6b17b410>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6b13e390>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6b187990>, u'request': <WSGIRequest: POST '/login/'>}, {}, {u'view': <django.contrib.auth.views.LoginView object at 0x7f8c6b187ad0>, 'site_name': 'localhost:8000', 'site': <django.contrib.sites.requests.RequestSite object at 0x7f8c6b13e0d0>, 'form': <AuthenticationForm bound=True, valid=False, fields=(username;password)>, 'next': ''}]"
[12/Jul/2018 18:22:51] INFO [django.server:124] "POST /login/ HTTP/1.1" 200 3679
[12/Jul/2018 18:22:58] INFO [django.server:124] "POST /login/ HTTP/1.1" 302 0
[12/Jul/2018 18:22:58] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6b123cf8>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f8c74472a28>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6b17d490>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6b187890>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f8c6b187b10>}]"
[12/Jul/2018 18:22:58] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[12/Jul/2018 18:23:00] WARNING [django.request:152] Not Found: /robots.txt
[12/Jul/2018 18:23:00] WARNING [django.server:124] "GET /robots.txt HTTP/1.1" 404 84
[12/Jul/2018 18:23:00] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:00] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:00] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[12/Jul/2018 18:23:04] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'new_training.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6b17b140>>, 'user': <SimpleLazyObject: <User: aeckert>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6b107a50>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6b0f2ed0>, u'request': <WSGIRequest: GET '/trainings/new/'>}, {}, {u'form': <NewTrainingForm bound=False, valid=Unknown, fields=(date;location;comment;description)>}]"
[12/Jul/2018 18:23:04] INFO [django.server:124] "GET /trainings/new/ HTTP/1.1" 200 5561
[12/Jul/2018 18:23:18] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6b17b140>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f8c70011230>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6a8922d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6b107c10>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f8c70027790>}]"
[12/Jul/2018 18:23:18] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[12/Jul/2018 18:23:26] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:26] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:26] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[12/Jul/2018 18:23:28] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'new_activity.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6a8a8050>>, 'user': <SimpleLazyObject: <User: aeckert>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6a8a5850>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6a8942d0>, u'request': <WSGIRequest: GET '/trainings/activities/new'>}, {}, {u'form': <NewActivityForm bound=False, valid=Unknown, fields=(training_id;time;sport_type;method_type;intensity_type)>}]"
[12/Jul/2018 18:23:28] INFO [django.server:124] "GET /trainings/activities/new HTTP/1.1" 200 6252
[12/Jul/2018 18:23:31] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:31] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:31] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[12/Jul/2018 18:23:32] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'new_training.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f8c6a8a8410>>, 'user': <SimpleLazyObject: <User: aeckert>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f8c6a8b62d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f8c6a8adc50>, u'request': <WSGIRequest: GET '/trainings/new/'>}, {}, {u'form': <NewTrainingForm bound=False, valid=Unknown, fields=(date;location;comment;description)>}]"
[12/Jul/2018 18:23:32] INFO [django.server:124] "GET /trainings/new/ HTTP/1.1" 200 5561
[12/Jul/2018 18:23:42] INFO [django.server:124] "POST /trainings/new/ HTTP/1.1" 302 0
[12/Jul/2018 18:23:42] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:42] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:42] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 9233
[12/Jul/2018 18:23:42] INFO [django.server:124] "GET /static/css/app.css HTTP/1.1" 304 0
[12/Jul/2018 18:23:49] INFO [django.server:124] "GET /trainings/2/delete/ HTTP/1.1" 302 0
[12/Jul/2018 18:23:49] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:49] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/dev/venv/local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[12/Jul/2018 18:23:49] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[22/Jul/2018 12:25:38] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[22/Jul/2018 12:25:38] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[22/Jul/2018 12:25:38] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[22/Jul/2018 12:25:38] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:25:38] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:25:38] WARNING [django.request:152] Not Found: /static/
[22/Jul/2018 12:25:38] WARNING [django.server:124] "GET /static/ HTTP/1.1" 404 81
[22/Jul/2018 12:25:51] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[22/Jul/2018 12:25:51] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[22/Jul/2018 12:25:51] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[22/Jul/2018 12:25:51] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:25:51] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:25:54] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f7a9a35d6e0>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f7a9a35d668>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f7a9a36d9d0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7a9a36d290>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f7a9a36d550>}]"
[22/Jul/2018 12:25:54] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[22/Jul/2018 12:25:54] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:25:54] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:25:58] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f7a9a35d5f0>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f7a9a35d758>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f7a9a376550>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7a9a376190>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f7a9a376290>}]"
[22/Jul/2018 12:25:58] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[22/Jul/2018 12:25:58] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:25:58] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:25:58] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[22/Jul/2018 12:25:59] DEBUG [django.template:925] Exception while resolving variable 'username' in template 'trainings.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: <unprintable VariableDoesNotExist object>
[22/Jul/2018 12:25:59] INFO [django.server:124] "GET /trainings/ HTTP/1.1" 200 7396
[22/Jul/2018 12:25:59] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:25:59] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:26:00] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f7a9a35d668>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f7a9a35d578>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f7a9a376c50>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7a9a376750>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f7a9a376b50>}]"
[22/Jul/2018 12:26:01] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[22/Jul/2018 12:26:01] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:26:01] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:26:06] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:26:06] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:26:09] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f7a9a35d7d0>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f7a9a35d500>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f7a9a379c10>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7a9a379850>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f7a9a379950>}]"
[22/Jul/2018 12:26:09] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[22/Jul/2018 12:26:09] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:26:09] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92
[22/Jul/2018 12:26:27] WARNING [django.request:152] Not Found: /css
[22/Jul/2018 12:26:27] WARNING [django.server:124] "GET /css HTTP/1.1" 404 77
[22/Jul/2018 12:26:31] WARNING [django.request:152] Not Found: /static
[22/Jul/2018 12:26:31] WARNING [django.server:124] "GET /static HTTP/1.1" 404 80
[22/Jul/2018 12:26:34] WARNING [django.request:152] Not Found: /static/css
[22/Jul/2018 12:26:34] WARNING [django.server:124] "GET /static/css HTTP/1.1" 404 84
[22/Jul/2018 12:26:38] DEBUG [django.template:925] Exception while resolving variable 'favicon' in template 'index.html'.
Traceback (most recent call last):
File "/home/lex/.local/lib/python2.7/site-packages/django/template/base.py", line 903, in _resolve_lookup
(bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [favicon] in u"[{'False': False, 'None': None, 'True': True}, {u'csrf_token': <SimpleLazyObject: <function _get_val at 0x7f7a9a35d488>>, 'user': <SimpleLazyObject: <function <lambda> at 0x7f7a9a35d500>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f7a9a43bd90>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7a9a3793d0>, u'request': <WSGIRequest: GET '/'>}, {}, {u'view': <django.views.generic.base.TemplateView object at 0x7f7a9a3792d0>}]"
[22/Jul/2018 12:26:38] INFO [django.server:124] "GET / HTTP/1.1" 200 3618
[22/Jul/2018 12:26:38] WARNING [django.request:152] Not Found: /static/css/app.css
[22/Jul/2018 12:26:38] WARNING [django.server:124] "GET /static/css/app.css HTTP/1.1" 404 92