معرفی شرکت ها


django-execute-code-0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

django execute code for Django 2.*
ویژگی مقدار
سیستم عامل -
نام فایل django-execute-code-0.4
نام django-execute-code
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Shinu
ایمیل نویسنده shinunandakumar@gmail.com
آدرس صفحه اصلی https://github.com/shinunandakumar/django_execute_code
آدرس اینترنتی https://pypi.org/project/django-execute-code/
مجوز MIT
Django execute code =============== This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do any operations that can be performed in python shell with this package. Installation ============ #. Install django-execute-code using ``pip``: pip install django-execute-code Configuration ============= #. settings.py: INSTALLED_APPS = [ ... 'django_execute_code', ] #. <settings_folder>/urls.py: urlpatterns += [ url('debug/', include('django_execute_code.urls')), ] Usage ============================================== go to your django site after installing and configuring this package, then login as super user and go to this url `http://<your_site_url>/debug/execute-python/` Contributing ===== If you think you've found a bug or are interested in contributing to this project check out `django-exec-code on Github. <https://github.com/shinunandakumar/django_execute_code>`_. Author `Linkdin. <https://www.linkedin.com/in/shinu-n-508849168/>`_


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

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


نحوه نصب


نصب پکیج whl django-execute-code-0.4:

    pip install django-execute-code-0.4.whl


نصب پکیج tar.gz django-execute-code-0.4:

    pip install django-execute-code-0.4.tar.gz