معرفی شرکت ها


django-schema-graph-2.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An interactive graph of your Django model structure.
ویژگی مقدار
سیستم عامل -
نام فایل django-schema-graph-2.2.1
نام django-schema-graph
نسخه کتابخانه 2.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Charlie Denton
ایمیل نویسنده charlie@meshy.co.uk
آدرس صفحه اصلی https://github.com/meshy/django-schema-graph
آدرس اینترنتی https://pypi.org/project/django-schema-graph/
مجوز MIT
# Django Schema Graph Django-schema-graph makes a colourful diagram out of your Django models. The diagram is interactive, and makes it easy to toggle models and apps on/off at will. It looks like this: | Feature | Screenshot | | --- | --- | | Models | ![models screenshot](docs-images/models.png) | | Apps | ![apps screenshot](docs-images/apps.png) | | Both together | ![models and apps screenshot](docs-images/combination.png) | | Graph editor | ![menu screenshot](docs-images/menu.png) | (Apologies that the images above don't work on PyPI. [Check it out on GitHub](https://github.com/meshy/django-schema-graph/blob/master/README.md).) ## Installation Install from PyPI: ```bash pip install django-schema-graph ``` Add to `INSTALLED_APPS`: ```python INSTALLED_APPS = [ ... 'schema_graph', ... ] ``` Add to your URLs. ```python from schema_graph.views import Schema urlpatterns += [ # On Django 2+: path("schema/", Schema.as_view()), # Or, on Django < 2: url(r"^schema/$", Schema.as_view()), ] ``` ## Use Browse to `/schema/` (assuming that's where you put it in your URLs). You can control access to this page using the `SCHEMA_GRAPH_VISIBLE` setting, or by subclassing `schema_graph.views.Schema` and overriding `access_permitted`. By default the page is only visible when `DEBUG` is `True`, because we assume that you don't want to leak sensitive information about your website outside of local development. ## Support Tests run on sensible combinations of: - Python (3.6-3.11) - Django (1.11-4.1) If you're stuck on old version of Python or Django, you may consider installing old versions. They will probably have fewer features, and there will be no support for them. The last version to support Python 2.7 and 3.5 was 1.2.0 The last version to support Django 1.8 was 1.2.0 ## Alternatives - [`django-spaghetti-and-meatballs`](https://github.com/LegoStormtroopr/django-spaghetti-and-meatballs) is great. At the time of writing, it offers a lot more detailed information on the models in the diagram, but doesn't allow them to be turned on/off in the page.


نیازمندی

مقدار نام
>=21.4.0 attrs


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl django-schema-graph-2.2.1:

    pip install django-schema-graph-2.2.1.whl


نصب پکیج tar.gz django-schema-graph-2.2.1:

    pip install django-schema-graph-2.2.1.tar.gz