vim-django icon indicating copy to clipboard operation
vim-django copied to clipboard

vim-django run commands, create apps, and beyond

Results 3 vim-django issues
Sort by recently updated
recently updated
newest added

Make a new command to populate the arglist with a django app. This would be great for refactoring a app.

when running ``` viml :DjangoProjectActive somebadprojectname ``` This will print out a bunch of errors for a non existing project. We should give a more friendly error message.