معرفی شرکت ها


django-sqlconsole-1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

sql console is an app which allows for the execution of sql queries in the admin section of django.
ویژگی مقدار
سیستم عامل -
نام فایل django-sqlconsole-1.3
نام django-sqlconsole
نسخه کتابخانه 1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Lunga Mthembu
ایمیل نویسنده midnight.complex@protonmail.com
آدرس صفحه اصلی https://github.com/knightebsuku/django-sqlconsole
آدرس اینترنتی https://pypi.org/project/django-sqlconsole/
مجوز GPL v3
# Django SQL Console Sqlconsole is a django app that allows for the execution of sql queries from the admin section of a django site. An appropriate use case is when you don't have access to the database especially in a production environment. SqlConsole is really meant to be used for database read queries eg: ``` SELECT * FROM <some_table> SELECT count(*) FROM <some_table> ``` For queries that modify data eg: ``` DELETE FROM <some_table> WHERE ID=<some_id> ``` only a success or error message will be shown ## Install ``` pip install django-sqlconsole ``` Add the app to ```INSTALLED_APPS``` ``` INSTALLED_APPS = [ ... 'sqlconsole' ] ``` SqlConsole will be included in the admin section with a history of executed queries. Permissions will be required to execute queries `sqlconsole.can_execute_query` ## Screenshot ![Example Query](screenshot/query.png)


نیازمندی

مقدار نام
==3.2 django


نحوه نصب


نصب پکیج whl django-sqlconsole-1.3:

    pip install django-sqlconsole-1.3.whl


نصب پکیج tar.gz django-sqlconsole-1.3:

    pip install django-sqlconsole-1.3.tar.gz