معرفی شرکت ها


django-webmap-corpus-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Corpus for making web map applications.
ویژگی مقدار
سیستم عامل -
نام فایل django-webmap-corpus-1.0.0
نام django-webmap-corpus
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Petr Dlouhý
ایمیل نویسنده petr.dlouhy@email.cz
آدرس صفحه اصلی https://github.com/auto-mat/django-webmap-corpus
آدرس اینترنتی https://pypi.org/project/django-webmap-corpus/
مجوز GNU Affero General Public License, Version 3.0
.. image:: https://travis-ci.org/auto-mat/django-webmap-corpus.svg?branch=master :target: https://travis-ci.org/auto-mat/django-webmap-corpus .. image:: https://coveralls.io/repos/auto-mat/django-webmap-corpus/badge.svg?branch=master&service=github :target: https://coveralls.io/github/auto-mat/django-webmap-corpus?branch=master .. image:: https://badge.fury.io/py/django-webmap-corpus.svg :target: https://badge.fury.io/py/django-webmap-corpus Django webmap corpus ==================== Corpus for making web map applications. Installation ------------ To get the latest stable release from PyPi .. code-block:: bash pip install django-webmap-corpus To get the latest commit from GitHub .. code-block:: bash pip install -e git+https://github.com/auto-mat/django-webmap-corpus.git#egg=webmap Add ``webmap`` to your ``INSTALLED_APPS`` .. code-block:: python INSTALLED_APPS = ( ..., 'author', 'colorful', 'adminsortable2', 'django.contrib.gis', 'constance.backends.database', 'constance', 'import_export', 'webmap', 'rest_framework', 'easy_thumbnails', ) Add Author middleware .. code-block:: python MIDDLEWARE_CLASSES = ( ..., 'author.middlewares.AuthorDefaultBackendMiddleware', ) Add Constance settings .. code-block:: python CONSTANCE_APP_NAME = "webmap" CONSTANCE_CONFIG = { 'MAP_BASELON': (14.4211, u'zeměpisná délka základní polohy mapy'), 'MAP_BASELAT': (50.08741, u'zeměpisná délka základní polohy mapy'), 'MAP_BOUNDS': ("14.22, 49.95, 14.8, 50.18", u'hranice zobrazení mapy'), 'DEFAULT_STATUS_ID': (2, u'id defaultního statusu'), } CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend' Add the ``webmap`` URLs to your ``urls.py`` .. code-block:: python urlpatterns = patterns('', ... url(r'^webmap/', include('webmap.urls')), ) Don't forget to migrate your database .. code-block:: bash ./manage.py migrate webmap Note: If you don't have Constance migrated yet, remove the 'webmap' line from INSTALLED_APPS, then migrate Constance and then the line re-add and migrate again. Usage ----- TODO: Describe usage or point to docs. Also describe available settings and templatetags. Contribute ---------- If you want to contribute to this project, please perform the following steps .. code-block:: bash # Fork this repository # Clone your fork mkvirtualenv -p python django-webmap-corpus make develop git co -b feature_branch master # Implement your feature and tests git add . && git commit git push -u origin feature_branch # Send us a pull request for your feature branch


نحوه نصب


نصب پکیج whl django-webmap-corpus-1.0.0:

    pip install django-webmap-corpus-1.0.0.whl


نصب پکیج tar.gz django-webmap-corpus-1.0.0:

    pip install django-webmap-corpus-1.0.0.tar.gz