ok, that was not really useful for me... :(
--
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/-/k8IF1Joy_GcJ.
To post to this group, send email to django-users
Take a look at your urls.py
from django.conf.urls import patterns, include, url
from klasse.views import portal, kundendaten
urlpatterns = patterns('',
(r'^portal1/$', portal1),
(r'^kundendaten1/$', kundendaten1)
)
this means next :
next urls are served :
portal1/
and kundendaten1/
And there are mor problems in the code... i marked it with:
#and the problem i have there...
--
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/-/zCCvQ1J8NaUJ.
hmm? there is more than just one page... what do you mean tochange, and
what does it make?
Am Freitag, 9. November 2012 11:06:03 UTC+1 schrieb Sergiy Khohlov:
> add the / at the end of your page
>
> 2012/11/9 Nebros >
>
>> Good morning
>> i have to many proplems by programing, thats maybe be
4 matches
Mail list logo