407
412
def get_absolute_url(self):
408
413
return reverse('pybb_attachment', args=[self.hash])
419
415
def get_absolute_path(self):
420
416
return os.path.join(settings.MEDIA_ROOT, pybb_settings.ATTACHMENT_UPLOAD_TO,
424
427
if notification is not None:
425
428
signals.post_save.connect(notification.handle_observations, sender=Post)