Copy and paste the stacktrace On May 17, 2012 11:58 AM, "Ali Shaikh" <[email protected]> wrote:
> Hey....... > > > I am practicing to implement simple examples in django... > > started project with > 1.django-admin.py startproject wikicamp > 2.python manage.py startapp wiki > 3.editing the setting > 4.python manage.py syncdb > 5.python mange.py runserver > > till this stage its working fine........:) > > > But after editing urls.py and views.py ...........i run the server > again that time its showing this error > > IMMPORTERROR at ...../..../ > > NO module named views.......:'( > > > > > > help pls.............!!! > > am getting > > ImoprtError at /..../ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

