Re: Questions - Django -- Bash problem

2011-01-23 Thread Kimberly Harvey
By the way, it is Django 1.2.4 to be exact On Sun, Jan 23, 2011 at 7:38 PM, Karen Tracey wrote: > On Sun, Jan 23, 2011 at 8:27 PM, Kimberly Harvey wrote: > >> Problems ( this is very frustrating!). >> >> In the settings.py file, I'm using the django 1.2 or higher, so it has >> ENGINE : '", and w

Re: Questions - Django -- Bash problem

2011-01-23 Thread Kimberly Harvey
Karen, I've already posted the result to the board. I am new to this Django world so I do not have full confident with how all of this work. Just started learning, so this is very new to me. By the way, sorry that I did not post the result earlier along with my frustration, I wasn't thinking, so I

Re: Questions - Django -- Bash problem

2011-01-23 Thread Karen Tracey
On Sun, Jan 23, 2011 at 8:27 PM, Kimberly Harvey wrote: > Problems ( this is very frustrating!). > > In the settings.py file, I'm using the django 1.2 or higher, so it has > ENGINE : '", and whatsnot > I set the ENGINE to sqlite3, that didn't work. Then I added the path, and > that still doesn't w

Re: Questions - Django -- Bash problem

2011-01-23 Thread Kimberly Harvey
Problems ( this is very frustrating!). In the settings.py file, I'm using the django 1.2 or higher, so it has ENGINE : '", and whatsnot I set the ENGINE to sqlite3, that didn't work. Then I added the path, and that still doesn't work. It keeps saying that the ENGINE has not been set. I have no clu

Re: Questions - Django -- Bash problem

2011-01-23 Thread Ɓukasz Rekucki
On 23 January 2011 11:54, Kimberly wrote: > Hello, I have another question. When it comes to Django, I notice some > people type as django-admin startproject project and some have to type > as django-admin.py startproject project ( in my case, I had to do > that), is it base on the setup of the Dj

Re: Questions - Django -- Bash problem

2011-01-23 Thread Robbington
Hello Kimberly, The reason you are getting bash error, is the command you are looking for is "django-admin.py startapp tolls" not "manage.py startapp tolls". Rob -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Questions - Django -- Bash problem

2011-01-23 Thread Kimberly
Hello, I have another question. When it comes to Django, I notice some people type as django-admin startproject project and some have to type as django-admin.py startproject project ( in my case, I had to do that), is it base on the setup of the Django that cause the differences between the admin.p