Re: django-admin py extension on fedora

2011-10-22 Thread flebber


On Oct 22, 1:34 pm, kenneth gonsalves  wrote:
> On Fri, 2011-10-21 at 21:28 +, Brett Epps wrote:
> > Perhaps Django is packaged differently on Fedora.  Did you install it
> > using yum?  I'd recommend installing with pip to avoid such issues,
> > and to
> > ensure you're getting the latest version.
>
> several people have had bad experiences using packaged versions of
> django on fedora.
> --
> regards
> Kenneth Gonsalves

The actual package itself works okay but have since removed it and
just installed via pip.

Sayth

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django-admin py extension on fedora

2011-10-21 Thread kenneth gonsalves
On Fri, 2011-10-21 at 21:28 +, Brett Epps wrote:
> Perhaps Django is packaged differently on Fedora.  Did you install it
> using yum?  I'd recommend installing with pip to avoid such issues,
> and to
> ensure you're getting the latest version. 

several people have had bad experiences using packaged versions of
django on fedora.
-- 
regards
Kenneth Gonsalves

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django-admin py extension on fedora

2011-10-21 Thread Brett Epps
Perhaps Django is packaged differently on Fedora.  Did you install it
using yum?  I'd recommend installing with pip to avoid such issues, and to
ensure you're getting the latest version.

Brett


On 10/21/11 6:01 AM, "flebber"  wrote:

>Just want to double check something really minor.
>
>The django-admin.py command on my system(fedora 15) will only invoke
>without the py extension. Is this okay? the django book shows the
>command with the extension.
>
>my command line:
>
>[sayth@sayth django]$ django-admin.py startproject mysite
>bash: django-admin.py: command not found
>[sayth@sayth django]$ django-admin startproject mysite
>[sayth@sayth django]$
>
>
>Sayth
>
>-- 
>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
>django-users+unsubscr...@googlegroups.com.
>For more options, visit this group at
>http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



django-admin py extension on fedora

2011-10-21 Thread flebber
Just want to double check something really minor.

The django-admin.py command on my system(fedora 15) will only invoke
without the py extension. Is this okay? the django book shows the
command with the extension.

my command line:

[sayth@sayth django]$ django-admin.py startproject mysite
bash: django-admin.py: command not found
[sayth@sayth django]$ django-admin startproject mysite
[sayth@sayth django]$


Sayth

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.