Re: django-admin py extension on fedora

2011-10-23 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

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

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

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:

Re: django-admin-py?

2011-03-20 Thread glenn hafstrom
Hi Steve I installed django with:python setup.py install After that I copied the django-admin.py to my Python-folder which I have as an executable path Regards glenn On 20 mar, 02:36, Steve Holden wrote: > Last I looked (though it's been a,while) the Django install

Re: django-admin-py?

2011-03-19 Thread Steve Holden
Last I looked (though it's been a,while) the Django install dropped django-admin.pt somewhere on the executable path. How did you install Django? Regards Steve On Mar 17, 2011 5:05 PM, "gh" wrote: > Hi > > I´m new to django and maybe this is a simple thing but I need some >

Re: django-admin-py?

2011-03-18 Thread glenn hafstrom
Hi all I'm running on Windows 7 64-Bit The Pyton version is: Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32 Django-version: 1.2.5 I have just installed this on a new machine, on the older one it worked with no problem. The new machine is Lenovo Thinkpad

Re: django-admin-py?

2011-03-17 Thread Ovnicraft
On Thu, Mar 17, 2011 at 4:00 PM, gh wrote: > Hi > > I´m new to django and maybe this is a simple thing but I need some > advise what's wrong. > > I try to create a project and I have moved the dajango-admin.py to the > Python bin folder but I allways get this result when

Re: django-admin-py?

2011-03-17 Thread Sithembewena Lloyd Dube
Ramirez, you are right. It is django-admin.py, not manage.py. And yes, he's on Windows (C:\...) Oh hell! (cue Walter's voice from Jeff Dunham's comedy show)... Beats me how this doesn't work. Then again, Windows is full of (nasty?) surprises... Glenn, try manually adding django-admin.py to your

Re: django-admin-py?

2011-03-17 Thread Mike Ramirez
On Thursday, March 17, 2011 03:16:44 pm Sithembewena Lloyd Dube wrote: > Hello Glenn, > > What operating system are you on? You seem to have tried to use manage.py > correctly, but I suspect this has to do with your Django installation > before you even tried to create a project. > > On Thu, Mar

Re: django-admin-py?

2011-03-17 Thread Sithembewena Lloyd Dube
Please also provide the Django version? Thanks. On Fri, Mar 18, 2011 at 12:16 AM, Sithembewena Lloyd Dube wrote: > Hello Glenn, > > What operating system are you on? You seem to have tried to use manage.py > correctly, but I suspect this has to do with your Django

Re: django-admin-py?

2011-03-17 Thread Sithembewena Lloyd Dube
Hello Glenn, What operating system are you on? You seem to have tried to use manage.py correctly, but I suspect this has to do with your Django installation before you even tried to create a project. On Thu, Mar 17, 2011 at 11:00 PM, gh wrote: > Hi > > I´m new to django

django-admin-py?

2011-03-17 Thread gh
Hi I´m new to django and maybe this is a simple thing but I need some advise what's wrong. I try to create a project and I have moved the dajango-admin.py to the Python bin folder but I allways get this result when I´m typing the following and even if I try django-admin.py --version