Merge with prometheus

This commit is contained in:
2022-03-23 11:35:50 -04:00
parent 29cb977a7f
commit 55e856146b
9 changed files with 24 additions and 6 deletions

View File

@ -1,3 +1,3 @@
function dj
django-admin $argv
python manage.py $argv
end

View File

@ -1,4 +1,4 @@
#!/usr/bin/env fish
function djsh
django-admin shell_plus
python manage.py shell_plus
end