Hi,
[EDIT: Just one issue and the other is now a suggestion in my 3rd post.]
I was trying to work through the tutorial and got stuck after hitting an error when working through the section entitled "Configuring the database and enabling the admin interface". There seems to be a typo in the code you have listed to paste? The penultimate line reads:
'mysite.myapp`,
This throws an error when you try to execute "./manage.py syncdb", and so I changed it to:
'mysite.myapp',
and that worked. I'll post the error that made me think this needed to be edited as a follow-up.
Thanks, Wayne