Hi all,

I am using the sqlite database for django application. I need to alter
the table and i tried to use "manage.py dbshell" command. It shows me
"Error: You appear not to have the 'sqlite3' program installed or on
your path."

I tried downloading the sqlite3.exe file and used "sqlite3 c:\project
\mydb.sqlite" command.
It opens an sqlite prompt and allows me to alter the table.

But i need to use it with the django using the "manage.pt dbshell"
command.
I tried adding the sqlite.exe path to the windows system path. It
didnt work.

Please let me know how to acheive this.

Thanks,
Arul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to