معرفی شرکت ها


django-poormanscron-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Poor Man's Cron is Django app which makes use of spambots, search engine indexing robots and alike to run scheduled tasks in approximately regular intervals.
ویژگی مقدار
سیستم عامل -
نام فایل django-poormanscron-0.1.3
نام django-poormanscron
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bruno Renié & Ollie Relph
ایمیل نویسنده aidas.bendoraitis@gmail.com & ollie@relph.me
آدرس صفحه اصلی https://github.com/BBB/django-poormanscron/tree/master/
آدرس اینترنتی https://pypi.org/project/django-poormanscron/
مجوز BSD
Django Poor Man's Cron is Django app which makes use of spambots, search engine indexing robots and alike to run scheduled tasks in approximately regular intervals. This app isn't meant to be a fully-featured project, but rather a modifiable experimental concept. To install the app, do the following: + Check it out and put it somewhere under python path. + Add the app to INSTALLED_APPS and its PoorMansCronMiddleware class to MIDDLEWARE_CLASSES in your project settings. + Run python manage.py syncdb to update the DB schema. + Create management commands for scheduled tasks (probably you can also use Django Command Extensions). + Create ScheduledTask objects in Django administration. INSTALLED_APPS = ( # ... "poormanscron", ) MIDDLEWARE_CLASSES = ( # ... "poormanscron.middleware.PoorMansCronMiddleware", ) The included initial_data fixture serves as an example where "cleanup" command is called every day after 3 am.


نحوه نصب


نصب پکیج whl django-poormanscron-0.1.3:

    pip install django-poormanscron-0.1.3.whl


نصب پکیج tar.gz django-poormanscron-0.1.3:

    pip install django-poormanscron-0.1.3.tar.gz