Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eagletmt/django-runner
- Owner: eagletmt
- License: mit
- Created: 2015-01-22T03:08:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T04:58:29.000Z (almost 10 years ago)
- Last Synced: 2024-12-01T07:41:00.335Z (25 days ago)
- Language: Python
- Homepage: https://github.com/eagletmt/django-runner
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```