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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to