Some of the lines you are writing are not intended to be written in
the Shell monitor. You must write them in the file settings.py ! You
have no alert message because variable='foo' is a correct syntax in a
bourne Shell, but it is doing absolutely nothing.
Le 9 avr. 2010 à 05:58, yangyang <juz...@gmail.com> a écrit :
Hi Thierry,
Thanks for the reply. I understand what SQLight is but I don't know
how to write the code in my Mac shell... This is what I wrote:
yang-wangs-computer:~/applications/mysite yangwang$
database_engine='sqlite3'
yang-wangs-computer:~/applications/mysite yangwang$
database_name='trydb'
yang-wangs-computer:~/applications/mysite yangwang$ python manage.py
syncdb
It returns message like the database engine isn't installed. what's
missing here?
Thank you again!
Yang
On Apr 8, 3:50 am, Thierry CHICH <thierry.ch...@gmail.com> wrote:
Perhaps are you confused because of SQLlite. You need to know that
SQLite is
not a classicaldatabasewith a server that you need to install. An
sqlitedatabaseis only a file stored where do you want.
Thierry
I mean the tutorial only tells you "edit settings" but doesn't tell
you how. Excuse me if this is obvious to most of people.
On Apr 7, 11:17 pm, yangyang <juz...@gmail.com> wrote:
how exactly set up thedatabaseengineas SQLight? The tutorial
doesn't seem to tell us...
Thanks!
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To post to this group, send email to django-us...@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-us...@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.