Skip to content

vivazzi/vl_snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vl_snippet

vl_snippet is django-cms plugin which is part of VL (Viva Library, https://vits.pro/dev/).

This plugin adds snippet (custom html, js code or prepared template) to page.

Installation

vl_snippet requires vl_core package: https://github.com/vivazzi/vl_core

There is no vl_snippet in PyPI, so you can install this package from repository only.

$ pip install git+https://github.com/vivazzi/vl_snippet

Configuration

  1. Add vl_snippet to INSTALLED_APPS after vl_core:
INSTALLED_APPS = (
    ...
    'vl_core',
    'vl_snippet',
    ...
)
  1. Run python manage.py migrate to create the vl_snippet models.

Run tests

Run python manage.py test vl_snippet

CONTRIBUTING

To reporting bugs or suggest improvements, please use the issue tracker.

Thank you very much, that you would like to contribute to vl_snippet. Thanks to the present, past and future contributors.

If you think you have discovered a security issue in our code, please do not create issue or raise it in any public forum until we have had a chance to deal with it. For security issues use [email protected]

LINKS

LICENCE

Copyright © 2022 Artem Maltsev and contributors.

MIT licensed.

About

Snippet plugin for Django-cms, Viva Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published