Skip to main content

dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app.

Project description

https://travis-ci.org/bartTC/dpaste.png?branch=master https://codecov.io/github/bartTC/dpaste/coverage.svg?branch=master

dpaste

dpaste is a Django based pastebin. It’s intended to run separately but its also possible to be installed into an existing Django project like a regular app.

You can find a live example on http://dpaste.de/

Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/

Changelog

2.10 (2016-03-23)

  • Dropped Django 1.4 and 1.7 support!

  • Full Django 1.8 support

  • Full Django 1.9 support

  • C++ Lexer is enabled by default

  • (Backwards incompatible) All API calls must pass the data within a POST request. It can’t mix POST and GET arguments anymore. This was weird behavior anyway and is likely no issue for any paste plugin out there.

2.9 (2015-08-12)

  • Full Django 1.7 support

  • Full Django 1.8 support

  • New Django migrations, with fallback to South migrations if South is installed. If you want to switch from South to native Django migrations, and have an existing databsae, fake the initial migrations: manage.py migrate –fake-initial

  • Added full i18n support and several languages

  • More settings can be overrridden, like the jQuery URL, site name and wether you want to enable Gthub Gist.

  • Ships a middleware that blocks anonymous proxies and TOR nodes. Not enabled by default.

2.8 (2014-08-02)

  • The API create view has a new argument ‘filename’ which is used to determine the lexer out of a given filename.

  • Fixed a XSS bug where HTML tags were not properly escaped with the simple code lexer.

2.7 (2014-06-08)

  • “never” as an expiration choice is enable by default! This creates snippets in the database which are never purged.

  • The API create call now supports to set the exiration time.

  • Some simple Bootstrap 3 support.

  • Gist fixes on Python 3.

2.6 (2014-04-12)

  • Fix for the rare case of duplicate slug (secret id) generation.

  • A new ‘code’ lexer renders source code with no highlighting.

  • Whitespace fixes with tab indention and word wrap mode.

  • Installation docs.

2.5 (2014-01-21)

  • IRC lexer is now in the default lexer list.

  • One-Time snippet support. Snippets get automatically deleted after the another user looks at it.

  • Toggle wordwrap for code snippets.

  • General UI and readability improvements.

2.4 (2014-01-11)

  • API accepts the format or lexer via GET too. You can call an API url like example.com/api/?format=json and have the body in POST only.

  • Added an option to keep snippets forever.

  • ABAP lexer is now in the default lexer list.

2.3 (2014-01-07)

  • API Documentation.

  • Full test coverage.

  • Removed Twitter button from homepage.

  • Slug generation is less predictable.

2.2 (2013-12-18)

  • Added documentation: http://dpaste.readthedocs.org/en/latest/

  • Added support for CSRF middleware.

  • Windows users can submit the form using Ctrl+Enter.

  • The raw view now sends the X-Content-Type-Options=nosniff header.

  • Various constants can now be overridden by settings.

  • Support for python setup.py test to run the tox suite.

2.1 (2013-12-14)

  • Changes and fixes along the package management.

2.0 (2013-11-29)

  • A huge cleanup and nearly total rewrite.

  • dpaste now includes a Django project which is used on www.dpaste.de as well as hooks to get it integrated into existing projcts.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dpaste-2.10.tar.gz (128.1 kB view details)

Uploaded Source

File details

Details for the file dpaste-2.10.tar.gz.

File metadata

  • Download URL: dpaste-2.10.tar.gz
  • Upload date:
  • Size: 128.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dpaste-2.10.tar.gz
Algorithm Hash digest
SHA256 6b24217865194c7a3036cd4f50d12a5f11de28b879ac74593aff810bb89a5d58
MD5 8a351428a11de966f61f66332e57c826
BLAKE2b-256 7b3ee0e58a1f0ce59dbd4211f206d0ff797bf6e631a0cdc38a9d13b7f14d7fdf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page