معرفی شرکت ها


django-stored-settings-0.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Module allowing dynamically to create and further on to edit via django-admin settings
ویژگی مقدار
سیستم عامل -
نام فایل django-stored-settings-0.2.1
نام django-stored-settings
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Vadym Zabiiaka
ایمیل نویسنده v.zabiiaka@gmail.com
آدرس صفحه اصلی https://github.com/zvadim/django-stored-settings
آدرس اینترنتی https://pypi.org/project/django-stored-settings/
مجوز MIT license
Django Stored Settings ====================== It often happens that we need to be able dynamically to create/edit some settings and site variables, for example site title, logo and counter code. ``stored-settings`` module is tailored specifically for these purposes allowing dynamically to create and further on to edit via django-admin records of the following types: - Char - Text - HTML text - Boolean - Image Requirements ------------ Django stored-settings requires Django 1.3 or later and Pillow. Also has TinyMCE integration. Getting It ---------- You can get Django stored-settings by using pip or easy\_install: ``$ pip install django-stored-settings`` or ``$ easy_install django-stored-settings`` If you want to install it from source, grab the git repository from GitHub and run setup.py: :: $ git clone git://github.com/zvadim/django-stored-settings.git $ cd stored_settings $ python setup.py install Installing It ------------- To enable ``stored-settings`` in your project you need to add it to ``INSTALLED_APPS`` in your projects ``settings.py`` file: .. code:: python INSTALLED_APPS = ( ... 'stored_settings', ) And also add new content processor .. code:: python TEMPLATES = [{ ... OPTIONS': { 'stored_settings.context_processors.stored_settings', ... }, }] Last step is db migration :: $ python manage.py migrate Using It -------- in template ``{{ stored_settings.my_key }}`` TinyMCE ------- For HTML fields TinyMCE can be applied. To enable ``TinyMCE`` support in ``stored-settings`` you need to add to ``settings.py`` the following: .. code:: python STORED_SETTINGS_TINYMCE_ENABLE = True


نحوه نصب


نصب پکیج whl django-stored-settings-0.2.1:

    pip install django-stored-settings-0.2.1.whl


نصب پکیج tar.gz django-stored-settings-0.2.1:

    pip install django-stored-settings-0.2.1.tar.gz