Re: ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before access

2013-04-25 Thread Iftikhar Ali
> but while testing and pychecker i am getting this error how should i > configure DJANGO_SETTINGS_MODULE > -- 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 t

Re: Calling Jquery or javascript function based on an if condition

2013-04-25 Thread Iftikhar Ali
yes brother you can it is very easy just put your condition in and if you should have to know how the if condition is working in django templates {% ifequals comparator1 comparator2 %} call javascript function from here {% end ifequals %} -- You received this message because you are subscrib

Re: I encountered a core exception and need help configuring for a database. My OS is Ubuntu 12.10 32 bit

2013-04-25 Thread Iftikhar Ali
> > buddy i am also getting the same error... if you have so far got the > answer please help me too... > -- 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 djan

ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing

2013-04-25 Thread Iftikhar Ali
when i am running the project it is running perfectly fine but when i am trying to open django-admin.py shell the error: ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.con

how to save manytomany relation data to database through form....

2013-03-02 Thread Iftikhar Ali
i am having one tag class and one user in which user contained a tag element which has manytomany relation with tag class can you guyz tell me how to save this tag using form i attached the form.py model.py and view.py my problem is the tag element i can't access through the form and don't