Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Running python code in your project's environment from django admin.

License

Notifications You must be signed in to change notification settings

xzmeng/django-python-interpreter

Repository files navigation

Django-python-interpreter

Build Status Coverage Status

Django application for running python code in your project's environment from django admin.

Installation

pip install django-python-interpreter

settings.py:

INSTALLED_APPS = (
    ...
    'webshell',
    ...
)

urls.py:

urlpatterns = patterns('',
    ...
    (r'^admin/webshell/', include('webshell.urls')),
    ...
)

django-webshell

About

Running python code in your project's environment from django admin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published