Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eagletmt/django-runner

Run arbitrary Python script within Django environment
https://github.com/eagletmt/django-runner

Last synced: 22 days ago
JSON representation

Run arbitrary Python script within Django environment

Awesome Lists containing this project

README

        

# django-runner
[![PyPI version](https://badge.fury.io/py/django-runner.svg)](http://badge.fury.io/py/django-runner)

Run arbitrary script within Django environment (just like `rails runner`).

## Installation
```sh
pip install django-runner
```

## Usage
```sh
python manage.py runner --file awesome-script.py
```