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
- Host: GitHub
- URL: https://github.com/scorphus/plugin-django
- Owner: scorphus
- License: mit
- Created: 2015-10-25T21:53:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T03:15:19.000Z (about 10 years ago)
- Last Synced: 2025-05-13T17:16:42.067Z (about 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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)