On Fri, 19 Aug 2016, Tim Graham wrote:
Don't use the same name for your app and project. When you "startproject crm", the project settings.py, urls.py, and wsgi.py are placed in a module named "crm" so you can't use the same name for an app.
Tim, I read that but overlooked the implications. Thanks very much, Rich