معرفی شرکت ها


django-bosssearch-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Search with Yahoo BOSS!
ویژگی مقدار
سیستم عامل -
نام فایل django-bosssearch-1.1
نام django-bosssearch
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jaap Roes (Eight Media)
ایمیل نویسنده jaap@eight.nl
آدرس صفحه اصلی https://bitbucket.org/jaap3/django-bosssearch/
آدرس اینترنتی https://pypi.org/project/django-bosssearch/
مجوز MIT
================= django-bosssearch ================= Search the web or a specific domain in your Django project using the Yahoo BOSS API. Installation ============ First, add ``djangobosssearch`` to ``INSTALLED_APPS`` Using the BOSS API requires a key and a secret. Get them from http://developer.yahoo.com/search/boss/ and add them to your projects settings:: BOSS_API_KEY = '' BOSS_API_SECRET = '' Then include the views in your projects urlconf:: urlpatterns = patterns('', url(r'^search/$', include('djangobosssearch.bosssearch_urls')), ) If you want the search to be limited to a certain domain add the following to the settings:: BOSS_SITE_SEARCH_DOMAIN = 'example.com' Templates ========= The templates provided are just an example. Pagination on the results page (`bosssearch/results.html`) is done using `django-pagination <http://pypi.python.org/pypi/django-pagination>`_. Configuration ============= Besides the previously mentioned configuration keys, the following options are also useful if you use the provided urlpatterns and view. ``BOSS_SEARCH_MARKET`` The region (country) to search in (default: 'en-us'). ``BOSS_RESULTS_PER_PAGE`` The number of results per page (default: 50). Changes ======= 1.1 (2012-07-02) ---------------- - Fixed UnicodeEncodeError caused by oauth request to_url 1.0 (2012-05-11) ---------------- - Initial release


نحوه نصب


نصب پکیج whl django-bosssearch-1.1:

    pip install django-bosssearch-1.1.whl


نصب پکیج tar.gz django-bosssearch-1.1:

    pip install django-bosssearch-1.1.tar.gz