Django in Vista

2009-08-15 Thread Thiago511
Hi guys, I am trying to start a Django project in Vista(I am not even sure I know how to start one!) here is what I try to do: I don't think I even activated Django-admin How would I go about doing that? The Django website tells me to add django.contrib.admin to my INSTALLED_APPS settings ok.

Re: Django in Vista

2009-08-15 Thread Thiago511
hen I type: django-admin.py startproject mysite I get this: "django-admin.py" not recognized as an internal or external command, operable program or batch file. On Aug 15, 8:21 am, Daniel Roseman wrote: > On Aug 15, 4:05 pm, Thiago511 wrote: > > > Hi guys, I am trying to start a

Re: Django in Vista

2009-08-15 Thread Thiago511
python and Django are both installed already On Aug 15, 9:11 am, Sam Lai wrote: > You need to install python then django first before trying the > tutorial - start herehttp://docs.djangoproject.com/en/dev/intro/install/ > > 2009/8/16 Thiago511 : > > > > > I went

Re: Django in Vista

2009-08-15 Thread Thiago511
python executable. > > To make things easier later, add the directory containing the python > executable to your system path (Control Panel -> System -> Advanced -> > Environment Variables -> PATH). > > 2009/8/16 Thiago511 : > > > > > python and Django are bot

Re: Django in Vista

2009-08-15 Thread Thiago511
Aug 15, 2009 at 6:34 PM, Thiago511 wrote: > > > Well Sam, I am making some progress. at least I got a different error > > message(I am actually excited lol) > > here: > > > python: can't open file 'django-admin.py': [Errno 2] No such file or > &

Re: Django in Vista

2009-08-15 Thread Thiago511
python is in %PATH% Django is not though. How do I add it to %PATH% ? On Aug 15, 10:12 am, Robb Bossley wrote: > Still seems to be path issues - this time with the django stuff - thus it > cannot find it. > > > > On Sat, Aug 15, 2009 at 12:34 PM, Thiago511 wrote: > >

Re: Django in Vista

2009-08-15 Thread Thiago511
oh ok mark, yeah I can see django in site-packages and I see django-admin in the bin folder: c;\Python26\Lib\site-packages\bin\django-admin So why doesn't it open in cmd? On Aug 15, 10:22 am, Maksymus007 wrote: > On Sat, Aug 15, 2009 at 7:18 PM, Thiago511 wrote: > > > p

Re: Django in Vista

2009-08-15 Thread Thiago511
mark how do I add a file to %PATH% ? On Aug 15, 10:37 am, Maksymus007 wrote: > copy django-admin.py into C:\Python26\Scripts and add this into %PATH% :) > Or add c;\Python26\Lib\site-packages\bin\django-admin to %PATH% but > I'd preffer first one > > On Sat, Aug 15, 2009 a

Re: Django in Vista

2009-08-15 Thread Thiago511
UPDATE: Well I added django-admin.py to my PATH and I still get an error message: python: cannot open 'django-admin.py' : [Errno 2] No such file to directory On Aug 15, 11:30 am, CLIFFORD ILKAY wrote: > On 15/08/09 01:43 PM, Thiago511 wrote: > > > mark how do I add a fil

Re: Django in Vista

2009-08-16 Thread Thiago511
x27;set path' (without quotes) into your command prompt > and paste the result here and we'll see if you did it right. > > 2009/8/16 Thiago511 : > > > > > UPDATE: > > Well I added django-admin.py to my PATH and I still get an error > > message: >

Django and MySQL 5.4

2009-08-16 Thread Thiago511
Are they compatible? Django official website tells me to get the MySQLdb from djangoproject.com/r/python-mysql I tried installing it but it says that I need Python 2.5.I have 2.6 what SQL servers would you guys recommend? I need a secure one like Open SSL --~--~-~--~~~

DjangoStack Help

2009-08-20 Thread Thiago511
Hey guys I came across this DjangoStack thing. It installs everything for you, Apache, SQL etc. but when I go try to edit .py files, such as urls.py I am not allowed to save. I open it in Vim and it says it's a read only file. has anybody here used DjangoStack? --~--~-~--~~--