معرفی شرکت ها


django-localeurl-2.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Django application that allow you to specify the language of a page in the URL.
ویژگی مقدار
سیستم عامل -
نام فایل django-localeurl-2.0.2
نام django-localeurl
نسخه کتابخانه 2.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Carl Meyer
ایمیل نویسنده carl@oddbird.net
آدرس صفحه اصلی http://django-localeurl.readthedocs.org/
آدرس اینترنتی https://pypi.org/project/django-localeurl/
مجوز MIT License
Welcome to django-localeurl =========================== The localeurl Django_ application allows you to specify the language of a page in the URL. Suppose you have a Django website in multiple languages. Using localeurl, without modifying your URLconfs, you can have URLs like this: ``http://www.example.com/nl/company/profile``. Any URLs without a language prefix will be redirected to add the prefix for the default language (or, optionally, the language preferred in the user's browser settings). Some reasons for using localeurl: * Search engines will index all languages. * Every page should have a unique URL. If you feel that different languages means different pages, then each language should get its own unique URL. * If you don't set the language via the URL, setting the language for the website should be done using a POST request (because it influences subsequent page views, see `Django ticket #3651`_). You might prefer a simple link for changing the language, and localeurl allows this. .. _Django: http://www.djangoproject.com/ .. _`Django ticket #3651`: http://code.djangoproject.com/ticket/3651 You can install localeurl with pip_:: pip install django-localeurl or install the `in-development version`_:: pip install django-localeurl==dev .. _pip: http://pip.openplans.org .. _`in-development version`: http://bitbucket.org/carljm/django-localeurl/get/tip.gz#egg=django-localeurl-dev .. comment: See the `full documentation`_. .. _`full documentation`: http://django-localeurl.readthedocs.org


نحوه نصب


نصب پکیج whl django-localeurl-2.0.2:

    pip install django-localeurl-2.0.2.whl


نصب پکیج tar.gz django-localeurl-2.0.2:

    pip install django-localeurl-2.0.2.tar.gz