django-sirtrevor-file

A file block for django-sirtrevor


License
MIT
Install
pip install django-sirtrevor-file==0.1.0

Documentation

django-sirtrevor-file

django-sirtrevor-file is a file block for django-sirtrevor.

Quick start

  1. Install django-sirtrevor-file:

    pip install django-sirtrevor-file
    
  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