> the current url (path) is C:\Users\Dagon\mysite. Everything is relative to
> mysite.
Make sure you read the guide once more, and that you have "runserver"
up and running (issue the command: python manage.py runserver"
Then you go to the following URL: localhost:8000/polls and you will
hopefully
What? URLs have nothing to do with file paths.
There is nothing wrong here at all. The tutorial got you to define some URLs
beginning with 'polls'. You have to go to one of those URLs. Going to the root
of the site won't work, because you haven't set up a URL for it.
--
DR.
--
You received th
On 11/07/04 17:14, Michał Sawicz wrote:
Dnia 2011-07-04, pon o godzinie 16:50 -0500, charles pisze:
The current URL, , didn't match any of these.
And the current URL was?
the current url (path) is C:\Users\Dagon\mysite. Everything is relative
to mysite.
--
You received this message because y
Dnia 2011-07-04, pon o godzinie 16:50 -0500, charles pisze:
> The current URL, , didn't match any of these.
And the current URL was?
--
Michał (Saviq) Sawicz
signature.asc
Description: This is a digitally signed message part
I am trying to work through the 3rd part of the tutorial and I have a
problem. When I copy and past
urlpatterns = patterns('',
(r'^polls/$', 'polls.views.index'),
(r'^polls/(?P\d+)/$', 'polls.views.detail'),
(r'^polls/(?P\d+)/results/$', 'polls.views.results'),
(r'^polls/(?P
I recently had what is a common issue for many Django developers:
"No module named urls"
What turned out to be the issue is that I had deleted one of the
urls.py files accidentally because I deleted an app that I thought I
was no longer being used but was in fact being called by the top level
ur
On Tue, Jul 22, 2008 at 2:17 PM, Matthew <[EMAIL PROTECTED]> wrote:
>
> Hey everyone, I recently updated a development version of my Django
> site to use the newforms admin, following the tutorial here
>
> http://oebfare.com/blog/2008/jul/20/newforms-admin-migration-and-screencast/
> It all went f
Hmm, unfortunately I'm running this test environment on a Media Temple
Gridserver container, so I have no access to the httpd.conf for
changing stuff like that :( I'm not too bothered with the problem
whilst I'm testing it, but I wouldn't want this to crop up when I'm
trying to move it all across
8 matches
Mail list logo