feat: add django test command
Added django's manage.py test command as a shortcut
This commit is contained in:
@@ -40,6 +40,7 @@ fn main() -> Result<()> {
|
||||
cli::Django::Manage { rest } => scripts::django::manage(&rest),
|
||||
cli::Django::Migrate { rest } => scripts::django::migrate(&rest),
|
||||
cli::Django::Shell => scripts::django::shell(),
|
||||
cli::Django::Test => scripts::django::test(),
|
||||
},
|
||||
cli::Commands::Postgres { command } => match command {
|
||||
cli::Postgres::Import { path } => scripts::postgres::import(&path),
|
||||
|
||||
Reference in New Issue
Block a user