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

https://github.com/scorphus/plugin-django

Collection of Fish functions to aid Django web development
https://github.com/scorphus/plugin-django

Last synced: 8 months ago
JSON representation

Collection of Fish functions to aid Django web development

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)






## django

Collection of Fish functions to aid Django web development. The following
functions are included:

- `django-run-test-server`: Run Django on a test project
- `django-run-test-server-no-reload`: Same as above, with no reload
- `django-kill-test-server`: Kill the aforementioned instance
- `django-run-gunicorn`: Run Django with Gunicorn (see function description)
- `django-restart-memcached`: Restart memcached on port `10007`
- `django-signal-gunicorn-workers`: Send SIGNAL to all Gunicorn masters
- `django-list-gunicorn-masters`: List Gunicorn masters
- `django-nosetests-unit`: Run nosetests unit tests
- `django-nosetests-unit-v`: Run nosetests unit tests verbosely
- `django-nosetests-focus`: Run nosetests focused tests
- `django-nosetests-focus-v`: Run nosetests focused tests verbosely
- `django-nosetests-focus-ignore`: Run nosetests ignoring focus-ignored tests
- `django-nosetests-focus-ignore-v`: Run nosetests ignoring focus-ignored tests verbosely

### Install

```fish
$ omf install https://github.com/scorphus/plugin-django
```

## License

[MIT](http://opensource.org/licenses/MIT) © [scorphus](https://github.com/scorphus)