Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

ondrejsika/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste

Opensiurce paste service

Documentation

Installation

git clone https://github.com/ondrejsika/paste.git
cd paste
virtualenv env
./env/bin/pip install -r requirements
./manage.py syncdb
./manage.py migrate

Run

./manage.py runserver

Settings

ALLOW_ANONYMOUS_PASTES

  • default: False
  • options: True, False

Allow not logged user pastes.

About

Opensource Paste Service

Resources

Stars

Watchers

Forks

Packages

No packages published