A Django app to store code snippets with syntax highlighting utilizing pygments.
Project description
Codesnip
========
Codesnip is a Django app to store code snippets with syntax highlighting.
**This app requires [pygments](http://pygments.org/).**
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "shortcodes" to your INSTALLED\_APPS setting like this:
```python
INSTALLED_APPS = [
...
'codesnip',
]
```
2. Run `python manage.py migrate` to create the Snippet model.
3. Start the development server and visit http://127.0.0.1:8000/admin/ to
create a code snippet (you'll need the Admin app enabled).
========
Codesnip is a Django app to store code snippets with syntax highlighting.
**This app requires [pygments](http://pygments.org/).**
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "shortcodes" to your INSTALLED\_APPS setting like this:
```python
INSTALLED_APPS = [
...
'codesnip',
]
```
2. Run `python manage.py migrate` to create the Snippet model.
3. Start the development server and visit http://127.0.0.1:8000/admin/ to
create a code snippet (you'll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_codesnip-0.2.2-py2.py3-none-any.whl (13.1 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size django_codesnip-0.2.2-py3-none-any.whl (13.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Close
Hashes for django_codesnip-0.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad9f858d8c155524eadb95effae1bcb03cad6d08090b2c17bf3725ee0c84abe6 |
|
MD5 | 8dfffd85b1b6a76a24bf62edf9ceb497 |
|
BLAKE2-256 | 84461170947ff36db3781e508bbb52943c090a7f06819cd51011109e5ea2e9c7 |
Close
Hashes for django_codesnip-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d72b2e57f58a2cacd9ccf0009fc6f192a1f122343efa77064861977e0c6cb1f8 |
|
MD5 | f4c46d0dace649cb853e6e7475fba709 |
|
BLAKE2-256 | ffba94eee1a2d61e7f55e5a54a78b199168be375e3c553996112877e567d15d4 |