On Tue, 4 Dec 2018 at 11:31, David Figueroa <davidfigueroalafont@gmail.com> wrote:in the process of creating my first views I am having this problem when I will check if everything is working well on the page--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fc842ede-47dd-4b89-9590-4f1d1eea1c8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sorry David, I should have been clearer.
The .com will never work unless you own that domain, which I doubt. Also, you need the colon:
The url you want is http://localhost:8000/polls
Note: no .com, there's a : between localhost and 8000. (*tells the browser to talk to the server on port 8000 instead of the regular http port which is 80)
Cheers
L.
--
------
"The fact that you're still saying something like 'feminism gone mad' suggests that feminism hasn't gone mad ENOUGH yet."
Helen Zaltzman / @HelenZaltzman
https://twitter.com/HelenZaltzman/status/1065384934846545920
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGBeqiPdrjoD-Q2uVRaATe5g5PQ%2B%2BAB35UGTqYi9skT%3DH2%2Bq0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment