On Fri, Jan 2, 2009 at 11:25 AM, johan <johan.post...@gmail.com> wrote:

> OK it is finally working after a lot of strange errors! 3 hours spent on
> this crap! Can you really trust the built in server that it always update
> your code?
>

No, not if you introduce syntax errors into your code.  If it tries to
reload and encounters errors, that may result in future reloads not
happening as they would normally.  It is easy enough to ensure the server is
reloaded, though, just force it by stopping and restarting the server
yourself.  It's not that big a deal.


>
> Also It should be so much easier to follow this tutorial if all the code
> from each tutorial was posted at the end of the tutorial. It is possible
> somehow to pass that message to someone in charge for the tutorials?  For me
> this thing with Indentation Errors is totally new.
>
> Thanks Karen for your help.
>

You seem to be struggling with some basic Python learning (indentation
counts, e.g.).   I do not know that the tutorial would be doing you any
favors by making it easier for you to sidestep learning such things.  If you
are going to be programming in Python, you will need to master proper
indentation, placement of methods within classes, etc.  The Django tutorial
isn't meant to be a Python tutorial; if you are having trouble with basic
Python stuff you may want to take a step back and first do some general
Python learning.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to