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 ve

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 pac

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 djang

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: dj