All Projects → django-cms → djangocms-file

django-cms / djangocms-file

Licence: other
django CMS File is a set of plugins for django CMS that allow you to add files to your site You can either choose a single file or an entire folder.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to djangocms-file

djangocms-snippet
django CMS Snippet provides a plugin for django CMS to inject HTML, CSS or JavaScript snippets into your website.
Stars: ✭ 42 (+40%)
Mutual labels:  addon, django-cms
djangocms-style
django CMS Style is a plugin for django CMS that allows you to create a HTML container containing classes, styles, ids and other attributes.
Stars: ✭ 39 (+30%)
Mutual labels:  addon, django-cms
Blender-Metaverse-Addon
Blender toolset for creating content for Metaverses like High Fidelity
Stars: ✭ 53 (+76.67%)
Mutual labels:  addon
addon-zwavejs2mqtt
Z-Wave JS to MQTT - Home Assistant Community Add-ons
Stars: ✭ 68 (+126.67%)
Mutual labels:  addon
neuro-bge
Node-based Blender game engine and logic editor addon for Blender
Stars: ✭ 27 (-10%)
Mutual labels:  addon
addon-tor
Tor - Home Assistant Community Add-ons
Stars: ✭ 37 (+23.33%)
Mutual labels:  addon
tsaotun
Tsaotun - Python based Assistance for Docker
Stars: ✭ 51 (+70%)
Mutual labels:  addon
Blender-ArmorPaintLiveLink
This is a live-link tool to switch from Blender to ArmorPaint by only clicking in one button.
Stars: ✭ 86 (+186.67%)
Mutual labels:  addon
KAM
The ACE Advanced Medical System is nice, but we can do it better, even on a more realistic way and bring it on another level with these addons.
Stars: ✭ 19 (-36.67%)
Mutual labels:  addon
ember-legit-forms
Component for creating flexible forms along with validations.
Stars: ✭ 41 (+36.67%)
Mutual labels:  addon
BSkyBlock
BSkyBlock add-on for BentoBox (Discord link: https://discordapp.com/invite/T5HxmvK)
Stars: ✭ 103 (+243.33%)
Mutual labels:  addon
yet-another-pinboard-extension
Manage your Pinboard bookmarks in your browser.
Stars: ✭ 27 (-10%)
Mutual labels:  addon
DuBLF DuBlast
Quick Playblast tool for Blender
Stars: ✭ 18 (-40%)
Mutual labels:  addon
blender-addon-for-trackmania-and-maniaplanet
Blender addon for trackmania2020 & maniaplanet. 1 Click export & convert to .gbx.
Stars: ✭ 18 (-40%)
Mutual labels:  addon
alfresco-simple-content-stores
Addon to provide a set of common content store implementations and easy-to-use configuration (no Spring config)
Stars: ✭ 40 (+33.33%)
Mutual labels:  addon
SubServers-2
SubServers – The Minecraft Server Management Platform
Stars: ✭ 80 (+166.67%)
Mutual labels:  addon
repanier
Django extension : web tool for short circuit food supply
Stars: ✭ 18 (-40%)
Mutual labels:  django-cms
repo-scrapers
Official source repository for Kodi scraper add-ons
Stars: ✭ 27 (-10%)
Mutual labels:  addon
ember-app-scheduler
An Ember addon to schedule work until after the initial render.
Stars: ✭ 67 (+123.33%)
Mutual labels:  addon
Anki-Night-Mode
Enabling studying at night with Anki - without eye strain
Stars: ✭ 72 (+140%)
Mutual labels:  addon

django CMS File

pypi build coverage

django CMS File is a set of plugins for django CMS that allow you to add files to your site You can either choose a single file or an entire folder.

It uses files managed by Django Filer.

This addon is compatible with Divio Cloud and is also available on the django CMS Marketplace for easy installation.

preview.gif

Contributing

This is a an open-source project. We'll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our contribution guidelines.

We're grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section.

One of the easiest contributions you can make is helping to translate this addon on Transifex.

Documentation

See REQUIREMENTS in the setup.py file for additional dependencies:

python django djangocms

  • Django Filer 1.7 or higher

Make sure django-filer is installed and configured appropriately.

Installation

For a manual install:

  • run pip install djangocms-file
  • add djangocms_file to your INSTALLED_APPS
  • run python manage.py migrate djangocms_file

Configuration

Note that the provided templates are very minimal by design. You are encouraged to adapt and override them to your project's requirements.

This addon provides a default template for all instances. You can provide additional template choices by adding a DJANGOCMS_FILE_TEMPLATES setting:

DJANGOCMS_FILE_TEMPLATES = [
    ('feature', _('Featured Version')),
]

You'll need to create the feature folder inside templates/djangocms_file/ otherwise you will get a template does not exist error. You can do this by copying the default folder inside that directory and renaming it to feature.

Running Tests

You can run tests by executing:

virtualenv env
source env/bin/activate
pip install -r test_requirements/base.txt
python setup.py test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].