django 1.11 python 3.5
Explanation:
- Allow any user that visits the root URL to paste some text, code etc. and post it, collects: a. Name of post b. Contents of post
- Once the user posts it, a random URL will be generated from which the post is accessible
- Any user that goes to the URL can view the contents of the post
- Any user that goes to the URL may also delete the post
- User may use a search function to search all submitted pastes for hits