Start with urls.py.  Are you doing this anywhere?

   import models

If you have a lot of apps, you could remove all but one from
INSTALLED_APPS, test manage.py, repeat, until you find the offending
app.  The just go through the files in the app and make sure you are
properly defining any imports.

Keith

On Aug 26, 6:00 pm, Leaf <[EMAIL PROTECTED]> wrote:
> The subject line should be pretty self-explanatory. I try to run
> "manage.py runserver", and I get "Error: cannot import name models" in
> bold, red text. That's the only output I get. Does anyone know what
> causes such an error, or where it is referring to?
>
> Regards,
> Leaf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to