معرفی شرکت ها


djangofloor-1.2.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Simple configuration management and websockets with Django.
ویژگی مقدار
سیستم عامل -
نام فایل djangofloor-1.2.9
نام djangofloor
نسخه کتابخانه 1.2.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthieu Gallet
ایمیل نویسنده github@19pouces.net
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/djangofloor/
مجوز CeCILL-B
Djangofloor =========== [![Build Status](https://travis-ci.org/d9pouces/django-floor.svg?branch=master)](https://travis-ci.org/d9pouces/django-floor) [![Documentation Status](https://readthedocs.org/projects/django-floor/badge/?version=latest)](https://django-floor.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/djangofloor.svg)](https://pypi.org/project/djangofloor/) Djangofloor helps you to quickly create Django applications that are also easy to deploy. To reach these goals, Djangofloor provides: * an extension to the base Django's setting, allowing to split your configuration into several files (default values provided by Djangofloor, constants values for your project, deployement parameters, local values for development), * an unified signal dispatcher, using bi-directionnal websockets through Celery and Redis. You can call Python and Javascript signals from the Python or the Javascript side, * auto-configuration for a few widespread Django apps (Django-Debug-Toolbar, Django-Redis-Sessions, Django-Pipeline) if they are present, * a base template using the well-known Bootstrap3 (but of course you can use any other templates), * valid default Django settings (like logs), * create new Django projects that are working and deployable out-of-the-box (even if you finally replace all default templates and views). Creating a new project ---------------------- Creating a working new project only requires a couple lines: pip install djangofloor djangofloor-createproject Your new project name [MyProject] NewProject Python package name [newproject] Initial version [0.1] Root project path [.] /tmp/newproject cd /tmp/newproject python setup.py install newproject-ctl migrate newproject-ctl runserver Online documentation -------------------- [Read The doc](http://django-floor.readthedocs.io/en/latest/)


نیازمندی

مقدار نام
>=9.0.0 django-bootstrap3
- redis
- pip
- asyncio-redis
- gunicorn
<5.0.0a1,>=1.1.3 vine
- celery
<3.2,>=1.11.15 django
<4.0,>=3.1.3 aiohttp
>=17.3.0 attrs
<4.0,>=2.0 chardet
<5.0,>=4.0 multidict
<4.0,>=1.2.0 async-timeout
<2.0,>=1.0 yarl
<0.9.0,>=0.8.0 aiohttp-wsgi
- sphinx
- sphinx-rtd-theme
- sphinxcontrib-autoanysrc
- django-pipeline
- django-debug-toolbar
- django-redis-sessions
- django-redis
- psutil


نحوه نصب


نصب پکیج whl djangofloor-1.2.9:

    pip install djangofloor-1.2.9.whl


نصب پکیج tar.gz djangofloor-1.2.9:

    pip install djangofloor-1.2.9.tar.gz