I'm starting Django and have been following the Djangogirls blog then I try to do my own blog. But I met a problem. A blog is used to display Posts but all posts don't have the same architecture. Some user want to put more picture or code sample. For example my admin page look like:
But I suppose all the users don't want to respect this architecture.
I want my users to be able to upload images or adding code sample inside the text area. But I didn't find any resources which explain me how to do it. If you could give me some inspiration source it would be great.
