'How to make post form like twitter in django?
It is very simple to create a post form which takes text, images and gif, but I need to make it dynamic like twitter. twitter can take number of images at once and can display them line by line as the user posted them (ordered).
Solution 1:[1]
For back-end this is an apt solution to store multiple images linked to single user: HERE
For front-end you can just add the multiple property for file type. For reference
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SimbaOG |
