معرفی شرکت ها


django-uuidstore-0.1.0-alpha.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Site-wide UUIDs for Django projects
ویژگی مقدار
سیستم عامل -
نام فایل django-uuidstore-0.1.0-alpha.1
نام django-uuidstore
نسخه کتابخانه 0.1.0-alpha.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mike Hurt
ایمیل نویسنده mike@mhtechnical.net
آدرس صفحه اصلی https://bitbucket.org/mhurt/django-uuidstore
آدرس اینترنتی https://pypi.org/project/django-uuidstore/
مجوز MIT
Django uuidstore ================ A small Django app providing project-wide issue and storage of UUIDs. Although this is very much a work in progress, I've made a start on the `documentation at readthedocs.org <http://django-uuidstore.readthedocs.org/en/latest/>`_ .. image:: https://readthedocs.org/projects/django-uuidstore/badge/?version=latest :target: http://django-uuidstore.readthedocs.org/en/latest/ :alt: Documentation Status Dependencies ------------ UID-Store currently depends on `django-extensions <https://github.com/django-extensions/django-extensions>`_ . Installation ------------ Use your favorite Python installer to install it from PyPI:: $ pip install django-uuidstore Or get the source from the application site:: $ hg clone https://bitbucket.org/mhurt/django-uuidstore $ cd django-uuidstore $ python setup.py install Configuration ------------- Add ``'uuidstore'`` to your ``INSTALLED_APPS`` setting like this:: INSTALLED_APPS = { ... 'uuidstore' } For Django 1.7 users, run ``python manage.py migrate`` to create the models. Otherwise simply run ``python manage.py syncdb``. Getting Started --------------- First you'll need to register your model with uuidstore: :: # models.py ... ... import uuidstore.registry import register register(MyModel) From this point onwards each time a MyModel instance is saved uuidstore will detect it and, if create new ObjectUUID instance containing a UUID relating your model instance. Release Notes ------------- - Dropped dependency on django-uuid-pk. Now we use the UUIDField from django-extensions. - Added migrations for Django 1.7+ and South. - Documentation updates. - Added basic tests.


نحوه نصب


نصب پکیج whl django-uuidstore-0.1.0-alpha.1:

    pip install django-uuidstore-0.1.0-alpha.1.whl


نصب پکیج tar.gz django-uuidstore-0.1.0-alpha.1:

    pip install django-uuidstore-0.1.0-alpha.1.tar.gz