Skip to main content

django execute code for Django 2.*

Project description

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/>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-execute-code-0.4.tar.gz (55.6 kB view details)

Uploaded Source

Built Distribution

django_execute_code-0.4-py3-none-any.whl (57.0 kB view details)

Uploaded Python 3

File details

Details for the file django-execute-code-0.4.tar.gz.

File metadata

  • Download URL: django-execute-code-0.4.tar.gz
  • Upload date:
  • Size: 55.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for django-execute-code-0.4.tar.gz
Algorithm Hash digest
SHA256 5cc97ea1247c8a323c04ac5a94c929c5bfaa6f87f8cbd47568bf1437e8f7a599
MD5 a9712b28118b015788d700917d49431c
BLAKE2b-256 d3be0e1e0ea1c990004d36b2deb578cf27505f0d6844c68cd74cfbe065846dbf

See more details on using hashes here.

File details

Details for the file django_execute_code-0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_execute_code-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4199c00bd98a1288c88b006bc508b08438de8f9adc3e6947b61d5a9e54c332a6
MD5 6bb7e8a57fcda6562194c850e8431cac
BLAKE2b-256 cfd486294d83f04377941191a4220aa8188e39416ee83184ea1fb65382057038

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page