ASCII or PDF version of docs?

2006-03-24 Thread Francisco Reyes
Is there an ASCII or PDF version of the documentation? Specially installation, tutorial and overview. Tried to print them, but any line that is long, gets cutoff when printing from my FreeBSD desktop at work.. Will try a windows machine at home.. but it would be nice if the documentation was av

Re: How to view/run first app?

2006-03-22 Thread Francisco Reyes
Joseph Heck writes: > I've had very good luck with the tickets when they're explicit - most got > added very quickly, and the ones that didn't had a quick note to let me > know why. Thanks for the pointer. I get to do most of my learning/hacking on weekends.. so look forward to going over th

Re: How to view/run first app?

2006-03-21 Thread Francisco Reyes
Russell Keith-Magee writes: Malcolm Tredinnick <[EMAIL PROTECTED]> > Do you have any specific suggestions? We're always keen to make > improvements, but it is difficult to improve if people say "it sucks" > without giving suggestions. That's why I asked if there was a particular place to send f

How to view/run first app?

2006-03-21 Thread Francisco Reyes
Following the tutorial I completed up to "python manage.py install polls". The tutorial doesn't explain how to actually see what one has done so far and moves to playing with the API. How do I view the poll? Any better tutorials anyone would recommend? I find the installation and tutorials in

Re: Error after python manage.py runserver

2006-03-21 Thread Francisco Reyes
Julio Nobrega writes: > > Is your project directory on your Python path? The easiest thing for > me is to ln it to site-packages. It wasn't. Thanks Maybe is my newbiness... but the install and tutorial docs seem like could use some changes. For instance just double-checked to make sure I ha

Error after python manage.py runserver

2006-03-21 Thread Francisco Reyes
Trying my first Django install After I do python manage.py runserver and connect to localhost port 8000 I get: ImportError at / No module named opensourceadmin.urls Request Method: GET Request URL:http://127.0.0.1:8000/ Exception Type: ImportError Exception Value:No modu