معرفی شرکت ها


cmsplugin-embedded-menu-0.0.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DjangoCMS plugin for embedding menus in placeholders
ویژگی مقدار
سیستم عامل -
نام فایل cmsplugin-embedded-menu-0.0.7
نام cmsplugin-embedded-menu
نسخه کتابخانه 0.0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Zenobius Jiricek
ایمیل نویسنده airtonix@gmail.com
آدرس صفحه اصلی http://github.com/airtonix/cmsplugin-embedded-menu
آدرس اینترنتی https://pypi.org/project/cmsplugin-embedded-menu/
مجوز BSD
## DjangoCMS Embedded Menu This simple extension allows you to place menus in placeholders via the administration interface. ## Requirements * django-cms * And all the requirements the above project(s) depend on. ## Installation 1. make sure you are using a python virtual environment virtualenv ~/Dev/virtualenv/projectname; . ~/Dev/virtualenv/projectname/bin/activate; cd ~/Dev/projects/projectname/; 2. install it from pypi `pip install cmsplugin-embedded-menu` 3. or, install it from github `pip install git+https://github.com/airtonix/cmsplugin-embedded-menu` ## Configuration 1. add `cmsplugin_embeddedmenu` to your `INSTALLED_APPS` 2. perform a `./manage.py migrate` (for south users), or `./manage.py syncdb` 3. There is no step three! ## Override Template Choosing a template in the administration interface means that you populate the following two relative paths (to any of your app template dirs) with templates you desire to be made available. * cmsplugin_embeddedmenu/layouts Any .html file that doesn't contain the word 'base' will be presented in the template selector combo dropdown in the admin interface. For example, if your django project was at : `~/Dev/Django/MyProjectName/` And you had a django application named `SomethingSomethingSomething` at : `~/Dev/Django/MyProjectName/SomethingSomethingSomething/` Then templates for this plugin could be found at : `~/Dev/Django/MyProjectName/SomethingSomethingSomething/templates/cmsplugin_embeddedmenu/layouts/*.html` In fact, anywhere django looks for templates, you can place the following tree : ``` /cmsplugin_embeddedmenu /layouts /*.html ``` ### Customising Templates Templates in all groups are provided the context : a CMSPlugin has many useful attributes for you to use, the main one is `plugin.instance` a reference to the settings model. > plugin' : > An instance of CMSPlugin, which itself provides reference to either > of the settings models as outlined below. #### base.html base.html in the `cmsplugin_configurableproduct` directory is used to load the selected template chosen in the administration interface. #### ./layouts/*.html templates here are provided the context : > plugin.instance > template > Chosen template. > ## Contributions anyone is free to contribute, simply submit a merge request at github : http://github.com/airtonix/cmsplugin-configurableproduct ## Todo provide option to manipulate menu choices: * Refine the product filter. * Provide better default templates. * Allow selecting/use of snippets for menu templates?


نحوه نصب


نصب پکیج whl cmsplugin-embedded-menu-0.0.7:

    pip install cmsplugin-embedded-menu-0.0.7.whl


نصب پکیج tar.gz cmsplugin-embedded-menu-0.0.7:

    pip install cmsplugin-embedded-menu-0.0.7.tar.gz