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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6a647470-b7e2-49a9-b323-6d820f4843d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.2 it was not working. when i upgraded to version 1.1 it
works fine

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
-~--~~~~--~~--~--~---



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 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
-~--~~~~--~~--~--~---



Re: Problem with running the database shell through cmd lime

2009-08-26 Thread Arul

On Aug 26, 5:08 pm, Karen Tracey  wrote:

> That's how to do it.  Note that changing the system path via the GUI does
> not affect already-open command prompts so you will need to open a new
> command prompt or manually do the path update in the command prompt you are
> using also.


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
sqlite prompt.


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
-~--~~~~--~~--~--~---



Problem with running the database shell through cmd lime

2009-08-26 Thread Arul

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
-~--~~~~--~~--~--~---