Skip to content

HongyiFu/django-pastebin-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pastebin-clone

django 1.11 python 3.5

Explanation:

  1. 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
  2. Once the user posts it, a random URL will be generated from which the post is accessible
  3. Any user that goes to the URL can view the contents of the post
  4. Any user that goes to the URL may also delete the post
  5. User may use a search function to search all submitted pastes for hits

About

A pastebin clone done in Python with Django framework (no frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors