Yes put the code on pastebin and can you be a bit more explicit about the last thing that behaved as the tut says it should and the first thing that doesn't ? (I appreciate the latter should be derived from the former but just in case !).
Also might be worth checking what version of Django you've ended up with ... try this if you're unsure ... >>> import django >>> print django.VERSION (1, 2, 5, 'final', 0) On Mar 26, 4:13 pm, Mike Ramirez <[email protected]> wrote: > On Friday, March 25, 2011 08:03:30 pm ruler501 wrote: > > > I have been going through the tutorial and this is the code I > > currently have: > >http://www.omnimaga.org/index.php?action=dlattach;topic=7310.0;attach... > > I have gotten to the 404 part in part 3 before deciding to post here. > > Almost everything since the very last part of part 2(beginning with HTML) > > isn't working. Any help help would be appreciated. I very much need to > > know what I am doing wrong. I have the project stored on a flash drive. I > > am running Windows XP with all updates. Python 2.6.1 I installed django > > with ez_install. Thank you for any help you might be able to give > > unregistered users can't view the code. FWIW using a site that denies access > to view the code/problem is as helpful as omitting it. pastebin, paste2, > pocoo all are good places to put code and link to it for various places. > > Mike > -- > I will not forget you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

