معرفی شرکت ها


django-scrumboard-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A small and easy-to-use application for intergrating SCRUM in your Django life
ویژگی مقدار
سیستم عامل -
نام فایل django-scrumboard-0.1.1
نام django-scrumboard
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده De
ایمیل نویسنده delneg@yandex.ru
آدرس صفحه اصلی https://github.com/delneg/django-scrumboard
آدرس اینترنتی https://pypi.org/project/django-scrumboard/
مجوز MIT
============================= django-scrumboard ============================= .. image:: https://badge.fury.io/py/django-scrumboard.png :target: https://badge.fury.io/py/django-scrumboard .. image:: https://travis-ci.org/delneg/django-scrumboard.png?branch=master :target: https://travis-ci.org/delneg/django-scrumboard A small and easy-to-use application for intergrating SCRUM in your Django life Why should I use this? ---------------------- It's easy. It will boost your perfomance. It dual - offline and online. Plus, it's gettext translatable! .. image:: https://github.com/delneg/django-scrumboard/blob/master/screenshots/one.jpg?raw=true Built upon https://github.com/i-break-codes/scrum-board Documentation ------------- The full documentation is at https://django-scrumboard.readthedocs.io. Quickstart ---------- Install django-scrumboard:: pip install django-scrumboard Add it to your `INSTALLED_APPS`: .. code-block:: python INSTALLED_APPS = ( ... 'django_scrumboard', ... ) Add django-scrumboard's URL patterns: .. code-block:: python from django_scrumboard import urls as django_scrumboard_urls urlpatterns = [ ... url(r'^scrumboard/',include('django_scrumboard.urls')), ... ] Features -------- TODO * Add delete validation with id, title (prevent deleting other task due to offline != server tasks) * Remove CSRF token from saved tasks * Add configs * Add wrong form alerts * Add alerts about offline, tasks read/created/updated/deleted online/offline -- UPD: migrate to [OfflineJS](http://github.hubspot.com/offline/) * Save created tasks offline * Fix delete/update syncronisation between offline/online * Add permission checks * Use django template engine instead of handlebars (?) * ✅ Show user when he is offline/online * Add service worker Running Tests ------------- I'm not the tests guy, I can't get myself to write them. Maybe later i will write some - now they are useless. You can still try to launch them - no promises. Does the code actually work? :: source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox Credits ------- Tools used in rendering this package: * Cookiecutter_ * `cookiecutter-djangopackage`_ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage History ------- 0.1.1 (2016-11-30) ++++++++++++++++++ * Added editing online support * Fixed bugs * Added offline badge at the bottom 0.1.0 (2016-11-27) ++++++++++++++++++ * First release on PyPI.


نحوه نصب


نصب پکیج whl django-scrumboard-0.1.1:

    pip install django-scrumboard-0.1.1.whl


نصب پکیج tar.gz django-scrumboard-0.1.1:

    pip install django-scrumboard-0.1.1.tar.gz