google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support attachments #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be really nice if people could attach files to their posts. 
Restrictions on size and file types could be set in the admin area.

Original issue reported on code.google.com by andre.knoerig@gmail.com on 8 Mar 2010 at 7:31

GoogleCodeExporter commented 9 years ago
django-attachments looks like an ideal match - 
http://github.com/bartTC/django-attachments

Have got the admin side working and displaying attachments on the thread 
template with no trouble.  Just stuck on adding the attachment as the 
attachment app wants the entity you are adding the attachment to to already 
exist.  Will have a look at that now.

Original comment by phoebebr...@gmail.com on 27 Oct 2010 at 6:30