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.
Source Distribution
django-codesnip-0.2.3.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file django-codesnip-0.2.3.tar.gz
.
File metadata
- Download URL: django-codesnip-0.2.3.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e64d8af5219e461c4773b4c670aa9964b9965637f352e955c43b96eb3cc24893
|
|
MD5 |
8ea6a6de0f58971ad5db81be1053b52e
|
|
BLAKE2b-256 |
ed3cecf075a4c0604ccf7ac34110173bd5d528e17f7fdf2ac36ce6eb050bc571
|
File details
Details for the file django_codesnip-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: django_codesnip-0.2.3-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
30cb4400b7fb3767a853e9a6f1486caa510463fc0ca9c762cb1093bf83fe1838
|
|
MD5 |
3686ba61486878e2deeca2281b8893b9
|
|
BLAKE2b-256 |
08cc2ff1c57cbb3fd4206a242e71e79c1e2b96a1b8335e1e884b23810ccbd62b
|