Advertisement
Alikus

Untitled

Jan 30th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Stacktrace (последний вызов снизу):
  2.  
  3. File "django/core/handlers/base.py", line 112, in get_response
  4. response = wrapped_callback(request, *callback_args, **callback_kwargs)
  5. File "django/db/transaction.py", line 431, in inner
  6. return func(*args, **kwargs)
  7. File "djangobb_forum/views.py", line 438, in show_topic
  8. post = reply_form.save()
  9. File "djangobb_forum/forms.py", line 122, in save
  10. self.save_attachment(post, self.cleaned_data['attachment'])
  11. File "djangobb_forum/forms.py", line 130, in save_attachment
  12. dir = os.path.join(settings.MEDIA_ROOT, forum_settings.ATTACHMENT_UPLOAD_TO)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement