Monday, September 1, 2014

Re: Another Noob questions

Hello again--

Since I don't really understand what you are doing, I can't give you
any specific help. But since I have the impression you are new not
only to Django but to online technical forums, let me give you a
general recommendation:

You will get better answers if you ask better questions. That means
primarily that you should describe in some detail what steps you have
followed and what is not working - e.g. if you get an error message,
say exactly what the message is; or if you expected some result and
aren't getting it, describe exactly what you were expecting. And if
you are following some tutorial or how-to document, please say exactly
which one - preferably with a link. And so on. You have to exercise
some judgement about the level of detail - if your question includes
all the information that could possibly be relevant, that's probably
too much, so just take your best guess as to what the important points
are. In this case, you should at least tell us:

1. how you installed Django (e.g. are you using virtualenv ?);
2. what kind of hosting account you have; and
3. what database you are using.

Best of luck with your project!


On Mon, Sep 1, 2014 at 6:58 PM, Michael Carey <mpc.tab4@gmail.com> wrote:
> No I didnt have a url(r'^$', views.home_page),
>
> I have pushed the site to git and am trying to view it on git for a start.
>
>
>
> On Tuesday, 2 September 2014 10:18:21 UTC+10, Michael Carey wrote:
>>
>> So I followed a tutorial on graphing a graph in Django.
>>
>> I have the urls page set up, do I need a index.html?
>>
>> Thank you,
>>
>> MC
>
> --
> 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 http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/8d91a2a3-343f-4424-b9ad-4e0b6de0f509%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABrD0eeRVSj8efPax0qFx1PzNErf5cYzLWvM45oW98H6ET4whA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment