https://github.com/matthewbdaly/snippetr
A snippet-sharing application written with Django
https://github.com/matthewbdaly/snippetr
Last synced: 3 months ago
JSON representation
A snippet-sharing application written with Django
- Host: GitHub
- URL: https://github.com/matthewbdaly/snippetr
- Owner: matthewbdaly
- License: gpl-2.0
- Created: 2014-07-20T15:57:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T15:41:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T07:09:09.205Z (5 months ago)
- Language: Python
- Size: 1.07 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Snippetr
========[](https://travis-ci.org/matthewbdaly/snippetr)
[](https://coveralls.io/r/matthewbdaly/snippetr?branch=master)A simple code-snippet application built with Django. Use fenced code blocks to denote the start and end of snippets and the language in question.
Uses `python-social-auth` to facilitate easy login using third-party services. I've implemented it with Github, but Twitter or other services should be straightforward enough. Also supports comments using the `django_comments` module.
[Demo](https://snippetr-demo.herokuapp.com/)