learn dijango

2018-07-26 Thread arul
*I just entered the programming world and i know little bit javascript,HTML can learn even I don't know any oop/scripting language can I learn django for now is there any possibility* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: Problem with running the database shell through cmd lime

2009-08-26 Thread Arul
On Aug 26, 7:19 pm, Arul wrote: > I did the same steps that you followed, it didnt work for me. > But when i tried in another system it works fine. > Probably there is some problem with my system settings. I found the problem in my machine.It is the version problem. In django 1.0

Re: Problem with running the database shell through cmd lime

2009-08-26 Thread Arul
Thanks a lot Karen. I did the same steps that you followed, it didnt work for me. But when i tried in another system it works fine. Probably there is some problem with my system settings. Thanks, Arul --~--~-~--~~~---~--~~ You received this message because you

Re: Problem with running the database shell through cmd lime

2009-08-26 Thread Arul
o. I tried with reopening the command prompt after setting the path via GUI and also I tried with setting the path in the active command prompt, but it didnt work. Anyway if i give "sqlite3" in the command prompt, it gives me the sq

Problem with running the database shell through cmd lime

2009-08-26 Thread Arul
3.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. Ple