try this
urlpattern = patterns(' ',
url('^hello/$,hello),
)
Am Donnerstag, 17. Mai 2012 20:58:23 UTC+2 schrieb Ali Shaikh:
>
> 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 /..../
Am Donnerstag, 17. Mai 2012 20:58:23 UTC+2 schrieb Ali Shaikh:
>
> 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 view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/ft9YSeDKMkgJ.
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.