djsh.fish 67 B

1234
  1. #!/usr/bin/env fish
  2. function djsh
  3. python manage.py shell_plus
  4. end