Ian Holsman wrote:
> shouldn't a warning/informational message be generated in this case.
> something like
> 
> $ django-admin install markup
> INFO: no models found to install.. skipping markup
> 
> ?

Given that the command acts on a model module, *not* on an app, this
wouldn't work. It will instead say 'No module named markup', which is
accurate. You have probably been using a model files named the same as
your apps, so didn't notice this.

We did look at making it work on an app and it might change to that in
future.

Reply via email to