django-sirtrevor-file
=====================
**django-sirtrevor-file** is a file block for `django-sirtrevor`_.
Quick start
-----------
1. Install django-sirtrevor-file::
pip install django-sirtrevor
2. Add ``sirtrevor_file`` to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'sirtrevor',
'sirtrevor_file',
)
3. Add `File` block type to the list of supported block types in
``settings.py``::
SIRTREVOR_BLOCK_TYPES = ['Text', 'List', Image', 'Video', 'File']
The «File» block type should now be available wherever you use a
``SirTrevorField`` in your project.
License
-------
MIT_
.. _django-sirtrevor: https://github.com/philippbosch/django-sirtrevor
=====================
**django-sirtrevor-file** is a file block for `django-sirtrevor`_.
Quick start
-----------
1. Install django-sirtrevor-file::
pip install django-sirtrevor
2. Add ``sirtrevor_file`` to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'sirtrevor',
'sirtrevor_file',
)
3. Add `File` block type to the list of supported block types in
``settings.py``::
SIRTREVOR_BLOCK_TYPES = ['Text', 'List', Image', 'Video', 'File']
The «File» block type should now be available wherever you use a
``SirTrevorField`` in your project.
License
-------
MIT_
.. _django-sirtrevor: https://github.com/philippbosch/django-sirtrevor
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-sirtrevor-file-0.1.0.tar.gz.
File metadata
- Download URL: django-sirtrevor-file-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df659bbfd5fd75534a8d176ca62dacabccf36f0db108e0716c30527a148e52e4
|
|
| MD5 |
b9397fc85bfc19098fd108bb9e2d3234
|
|
| BLAKE2b-256 |
acd7ac34e4873f477c63588e1b645fdb1d64f8aeabbd3e3b5b5796567affff66
|