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 available in other formats. Worst case will try an HTML -> 
ASCII tool and then format.

If there isn't PDF available yet, would it be helpfull if I made PDFs for 
overview, installation and tutorial? 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 the docs again.. and read them first before trying to follow 
along.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 feedback.
I will go over Malcolm Tredinnick's email in detail and then perhaps read 
the whole lot of docs. Was trying to "go along", but it seems perhaps the 
documents are best to be read.. then try to do the work.

I will gladly try and give feedback about the docs.. just wanted to know 
what is the best place to send the feedback to. This list or the developers 
list?



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 the django site leave much to be desired. :-( 

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 had not 
missed it. I don't see where it mentions to create a symlink for each 
project.

I did see and followed the instruction to setup the link for the global 
django source in the site-packages..

Is there a "doc" list to send suggestions to? 

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 module named opensourceadmin.urls
Exception Location: 
/usr/local/lib/python2.4/site-packages/django/core/urlresolvers.py in 
_get_urlconf_module, line 87

In the settings.py I see a line:
ROOT_URLCONF = 'opensourceadmin.urls'

Was I supposed to rename, copy or edit urls.py?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---