Discussion:
PROBLEM 2
David Figueroa
2018-12-04 00:30:40 UTC
Permalink
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+***@googlegroups.com.
To post to this group, send email to django-***@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.
Lachlan Musicman
2018-12-04 00:46:04 UTC
Permalink
Remove the .com from the URL
Post by David Figueroa
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
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
<https://groups.google.com/d/msgid/django-users/fc842ede-47dd-4b89-9590-4f1d1eea1c8b%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
------
"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+***@googlegroups.com.
To post to this group, send email to django-***@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/CAGBeqiNi-eUNA6%2B2hT49vQz21rS%3DaSzmyM8t7cXkLMe7RKPs4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Lachlan Musicman
2018-12-04 00:48:18 UTC
Permalink
Post by David Figueroa
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
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
<https://groups.google.com/d/msgid/django-users/fc842ede-47dd-4b89-9590-4f1d1eea1c8b%40googlegroups.com?utm_medium=email&utm_source=footer>
.
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+***@googlegroups.com.
To post to this group, send email to django-***@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.
David Figueroa
2018-12-04 11:44:07 UTC
Permalink
Em segunda-feira, 3 de dezembro de 2018 21:30:40 UTC-3, David Figueroa
Post by David Figueroa
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+***@googlegroups.com.
To post to this group, send email to django-***@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/6ac1daf3-59d8-4971-ba15-5214ed3cfbb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ricardo Daniel Quiroga
2018-12-04 11:50:53 UTC
Permalink
Hi
edit your urls.py and add polls view inside

El mar., 4 dic. 2018 a las 8:44, David Figueroa (<
Post by David Figueroa
Em segunda-feira, 3 de dezembro de 2018 21:30:40 UTC-3, David Figueroa
Post by David Figueroa
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
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/6ac1daf3-59d8-4971-ba15-5214ed3cfbb7%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/6ac1daf3-59d8-4971-ba15-5214ed3cfbb7%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Ricardo Daniel Quiroga
--
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+***@googlegroups.com.
To post to this group, send email to django-***@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/CAO2-wHZVoXed%2BKKaQGFU-fksaCSxFTVxfB2vgXZFD09p36svhA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...