Re: I don't understand this error - Django 1.9

2016-03-04 Thread Tim Graham
Try emptying your __init__.py file -- its contents aren't necessary and "import apps" may be causing the problem. In the future, please use django-users for usage/debugging questions like this. This mailing list is for discussion about the development of Django itself. Thanks! On Friday, March

Re: I don't understand this error - Django 1.9

2016-03-04 Thread Becka
Whoops. Wrong list. Sorry about that. On Fri, Mar 4, 2016 at 1:18 PM, Becka wrote: > Hi, > > I'm building a pretty basic CRUD application for a community I'm part of. > I'm now getting "ImportError: No module named [myappname]" when I run the > server, and an operational error in the admin. >

I don't understand this error - Django 1.9

2016-03-04 Thread Becka
Hi, I'm building a pretty basic CRUD application for a community I'm part of. I'm now getting "ImportError: No module named [myappname]" when I run the server, and an operational error in the admin. I looked at the documentation, and followed the steps, but I'm not doing something correctly. I'd