view the code in .vmdk .vmx files

2012-02-29 Thread kalyani ram
I am now migrating from one version to another. the vendors have given my just 3 files with .vmdk and .vmx extension. however i installed vmware and finished the setup though, i wanted to view the code of my new version. any idea how to view the code of the product in vmware? Thanks in advance.

Mysql problem

2012-02-23 Thread kalyani ram
Hey ppl! I there anybody who can help me on a problem with a slow page process with mysql as a backend having about 2lakh records ?? Thanks in advance. Regards, kalyani -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Different classes uses different databases

2012-02-21 Thread kalyani ram
I kinda understand your doubt. are you aware of the class meta: ?? I am not aware of any such meta attributes, but thuis class is used to querying the db like you know, grouping and ordering etc. If this is doubt, well and good Thanks. Regards, Kalyani On Feb 22, 2:01 am, airween

Re: import error

2012-02-21 Thread kalyani ram
every time you import something, plz done forget to include that in installed_apps. this mostly solves the import errors and templatedoesnotexist errors problem On Feb 21, 2:28 pm, dummyman dummyman wrote: > Hi , > > I have a django project and a standalone python script .

Re: Calling "manage.py shell" from the Python Shell in Tutorial Part 1

2012-02-21 Thread kalyani ram
python editor to write instead of other text editors. they help u indent the code pretty well. and then give python manage.py shell after syncdb n validate. I am sure u ll get tru. indent your functions properly. all the best. Regards, kalyani Ram On Feb 22, 4:41 am, Django_for_SB <sami.b

a simple doubt

2012-02-21 Thread kalyani ram
and thanks in advance. Regards, Kalyani Ram -- 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-user

Re: doubt in the tutorial

2012-02-20 Thread kalyani ram
unicode__ method (and other methods too)... > >  - Anssi > > On Feb 20, 1:50 pm, kalyani ram <arch.kalu3...@gmail.com> wrote: > > > > > > > > > hey all, > > > I am learning the db connectivity using this > > tutorialhttps://docs.djangoproje

Re: doubt in the tutorial

2012-02-20 Thread kalyani ram
lls.objects.all(): >    print poll > > ? > > Thanks! > > On Feb 20, 12:50 pm, kalyani ram <arch.kalu3...@gmail.com> wrote: > > > > > > > > > hey all, > > > I am learning the db connectivity using this > > tutorialhttps://docs.djangoprojec

doubt in the tutorial

2012-02-20 Thread kalyani ram
hey all, I am learning the db connectivity using this tutorial https://docs.djangoproject.com/en/dev/intro/tutorial01/ Now, i followed every single step and yet, when i give Polls.objects.all() is gives the output as But then it should be returning the fields right? I checked the db also. I has

Re: TypeError: 'tuple' object is not callable

2012-02-20 Thread kalyani ram
Thank you. :) i ll do my best and sort this issue out :) On Feb 20, 2:32 pm, akaariai <akaar...@gmail.com> wrote: > On Feb 20, 11:16 am, kalyani ram <arch.kalu3...@gmail.com> wrote: > > > > > > > > > > > Thank you very much Anssi. I just got it

Re: TypeError: 'tuple' object is not callable

2012-02-20 Thread kalyani ram
ImportError: No module named postgresql >>> Help me plz On Feb 20, 1:49 pm, akaariai <akaar...@gmail.com> wrote: > On Feb 20, 10:01 am, kalyani ram <arch.kalu3...@gmail.com> wrote: > > > My urls.py is as follows. > > > from django.conf.urls.defaults

TypeError: 'tuple' object is not callable

2012-02-20 Thread kalyani ram
Hey all, I am recently trying out the examples from the link http://www.djangobook.com/en/1.0/chapter03/, where the current time have to be displayed and then modify and display the offset. I was able to display the time without any issue, but with the offset part, i get the error TypeError at

Re: regarding an error in settings.py

2012-02-10 Thread kalyani ram
i am not able to attach the screen shots. i will mail it to you. On Feb 10, 4:35 pm, Stanwin Siow <stanwin.kts...@gmail.com> wrote: > can you show the actual error output? > > Best Regards, > > Stanwin Siow > > On Feb 10, 2012, at 4:58 PM, kalyani ram wrote: > >

Re: email feature

2012-02-10 Thread kalyani ram
i ll have a forward button which when clicked will forward the MSG to the recipient and add the message to the queue named "forward". This queue should work using the django_cron package. On Feb 10, 1:56 pm, kalyani ram <arch.kalu3...@gmail.com> wrote: > Hey all, > > I a

Re: regarding an error in settings.py

2012-02-10 Thread kalyani ram
kts...@gmail.com> wrote: > Hi > > You need to install the package psycopg2. Google  and install the package. > > It should work > > Best Regards, > > Stanwin Siow > > On Feb 9, 2012, at 10:10 PM, kalyani ram wrote: > > > > > > > > > Hey

email feature

2012-02-10 Thread kalyani ram
Hey all, I am trying to include a new feature to my email tool, which is used for forwarding the mail to the appropriate user and storing it in a separate queue using django_cron. Can someone tell me how to do this. It would be very help as i have limited idea on django. thanks in advance --

regarding an error in settings.py

2012-02-09 Thread kalyani ram
Hey all, Tday is my first day with django and i tried configuring postgresql as a backend and got an error like this: raise ImproperlyConfigured("Error loading psycopg2 module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: No module named psycopg2 Please

forwarding a email

2012-02-07 Thread kalyani ram
Hello, I am set up an email system with sending and receiving email and replying to the received email. But to add a forward email feature is complicating my work, as the content of the mail should be appended. can someone help me in doing the task. I want to forward an email just like it is done