معرفی شرکت ها


django-on-call-0.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Point website users at configurable on-call administrators
ویژگی مقدار
سیستم عامل -
نام فایل django-on-call-0.5
نام django-on-call
نسخه کتابخانه 0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده W. Trevor King
ایمیل نویسنده wking@tremily.us
آدرس صفحه اصلی https://github.com/wking/django-on-call
آدرس اینترنتی https://pypi.org/project/django-on-call/
مجوز BSD License
If there's somthing strange in your Django_ app, who you gonna call? The django-on-call app helps your users figure that out, pointing them to one of your on-call sysadmins. The admins can work out an on-call schedule among themselves, by posting a Python statement to the database (we're all consenting adults), and the view page will direct users to the appropriate on-call individual. Quick-start =========== If you don't have a Django project and you just want to run django-on-call as a stand-alone service, you can use the example project. Initialize the database with:: $ python example/manage.py syncdb See the `Django documentation`_ for more details. Run === Run the app on your local host with:: $ python example/manage.py runserver You may need to add the current directory to ``PYTHONPATH`` so ``python`` can find the ``django_on_call`` package. If you're running `POSIX shell`_, that's:: $ PYTHONPATH=".:$PYTHONPATH" python example/manage.py runserver Manage ====== You might have several on call positions (sysadmins, webmasters, developers, …), and you can have a separate ``OnCall`` instance for each position. You should use the `admin interface`_ to create_ the instances, after which your users can access them. If you're using the example project and you created an ``OnCall`` instance with ``sysadmin`` as the slug, they'll use http://localhost:8000/on-call/sysadmin/. A list of all positions is given by the ``ListView`` bound to http://localhost:8000/on-call/. If your ``OnCall`` instances are returning something short and sweet (e.g. “John Doe (+1 234 567 8901)”), this list view may be all you need. If you only want a few static ``OnCall`` instances, you can consider managing them with fixtures_ instead of using the admin interface. .. _Django: https://www.djangoproject.com/ .. _Django documentation: https://docs.djangoproject.com/ .. _POSIX shell: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_10 .. _admin interface: http://localhost:8000/admin/django_on_on_call/oncall/ .. _create: http://localhost:8000/admin/django_on_on_call/oncall/add/ .. _fixtures: https://docs.djangoproject.com/en/dev/howto/initial-data/#providing-initial-data-with-fixtures


نحوه نصب


نصب پکیج whl django-on-call-0.5:

    pip install django-on-call-0.5.whl


نصب پکیج tar.gz django-on-call-0.5:

    pip install django-on-call-0.5.tar.gz