Django Gurus,
I'm an absolute beginner using Python in Django. I'm currently going
through the tutorial, part 1, on the
djangoproject.com main website:
https://docs.djangoproject.com/en/1.3/intro/tutorial01/. I keep trying
to complete part 1 of the tutorial, step by step, meaning, I'll go
through the tutorial part 1, progress up to a certain point, then
close my shell command and shut-down my computer. Then, when I get
back to opening up the project in which I initially began working on,
namely, "mysite" (as the tutorial instructs us to name), my shell
commands aren't valid anymore.
Example:
manage.py shell -----> This
initially works if I start the project from scratch
manage.py shell -----> This won't
work if I leave my project, then go back to continue to
work on it later
This is the error I keep getting:
Traceback(most recent call last):
IndentationError: unexpected Indent
I'm not quite sure what's going on. Any assistance would be more than
appreciated. What am I missing here? Thank you.
Best,
SB