Re: Having problem with a api data

2020-10-11 Thread surendra bhaskar
rying to subtract the nonexistent 'info' variable from the 'dismissal' > value. You should be able to use ['dismissal-info'] instead of . > dismissal-info. > > > > > > > > On 10 October 2020 07:19:06 BST, surendra bhaskar < > s

Having problem with a api data

2020-10-09 Thread surendra bhaskar
*I am able to get all data from api but not able to get certainvalues which have - in between of 2 words* "dismissal": "catch", "SR": 120, "6s": 0, "4s": 2, "M": 0, "B": 10, "R": 12, "di

Re: hello world

2020-03-26 Thread surendra bhaskar
Follow official documentation it's best On Thu, 26 Mar, 2020, 6:25 PM victor awakan, wrote: > > Have you try to follow the official documentation tutorial ? > > On Thu 26. Mar 2020 at 14.48, Mr Black Hat > wrote: > >> hello i am beginner in django, guys can you help me from where should i >> le

Re: cant import views

2020-03-17 Thread surendra bhaskar
There is some error in function On Tue, 17 Mar, 2020, 11:31 PM דביר חומרי, wrote: > i was following the toturial and i could'nt find why this error is accure. > polls/urls.py' > > from django.urls import path > > from . import views > > urlpatterns = [ > path('', views.index, name='index'),

Re: I AM getting this error plss help me

2020-03-15 Thread surendra bhaskar
Thanks a lot 😊 On Sun, 15 Mar, 2020, 9:35 AM Jorge Gimeno, wrote: > Can you try closing the powershell, running the Powershell as an admin, > then trying again? > > Another option would be to try from the command terminal instead of > Powershell. > > Let us know how it goes. > > -Jorge > > On Sa

Re: Making a scheduling app/programm for recurring treatment

2019-11-01 Thread Nithin Bhaskar
Hey, I have send you a request. I think the name may appear as 'Charu' Do let me know when you are free Thanks On Thu, 31 Oct 2019 at 14:15, Motaz Hejaze wrote: > Any time , send me a text message at first > > On Thu, 31 Oct 2019, 6:10 am Nithin Bhaskar, > wrote: > &

Re: Making a scheduling app/programm for recurring treatment

2019-10-30 Thread Nithin Bhaskar
> I think you don’t get any answer for these like questions in here. This >> is a forum to discuss about Django and Support. First you have to design >> the system. Then onwards you can use Django. You might get answer for this >> if you will post this in stack overflow >

Re: Making a scheduling app/programm for recurring treatment

2019-10-30 Thread Nithin Bhaskar
Thanking you Regards.. On Wed, 30 Oct 2019 at 18:59, Kasper Laudrup wrote: > Hi Nithin, > > On 30/10/2019 08.19, Nithin Bhaskar wrote: > > > > I am completely new to django and python and don't have a background in > > programming > > I have taught myself a bi

Making a scheduling app/programm for recurring treatment

2019-10-30 Thread Nithin Bhaskar
I am trying to make a scheduling app/program for recurring treatments..ie.. for patients requiring treatments daily (5 days a week) for about 6-7 weeks. Scheduling has to happen for 6-7 rooms with each room accommodating 50 patients each per day, and each treatment slot extending anywhere betwee

Error decoding password stored in mysql : binascii.Error: Incorrect padding

2018-03-14 Thread uday bhaskar
Hello Everyone. I am trying to decode previously encoded and stored in mysql but ending up with binascii.Error: Incorrect padding error. I have been using sqllite for a while with same functionality used to work . When I changed to mysql it broke things . Any help with it is much appreciated.

Re: How to install and use Django

2018-02-26 Thread Bhaskar Bhushan
On Friday, February 9, 2018 at 3:58:19 AM UTC+5:30, Inderjeet Kaur wrote: > > Hi > > I am new to Django. can anyone please help me with installation and > starting a project. Does Django have IDE like dreamweaver or Visual studio > to design a website? > I have installed Python 3.6 on my W

Help me kick start the ecommerce site using Django+mongodb by answering the questions.

2016-05-09 Thread Bhaskar rao
Hello everyone, We are about to start this project this week and I really need someones help to start it better. We are building an e-commerce web application using Django and mongodb and we have couple of questions to start with. 1. Can I use django.contrib.auth.user etc or or any mongo p

csrf middleware uses only request.POST query dict during csrf check, and not request.raw_post_data

2012-01-07 Thread Bhaskar
I have two django apps in my django website: app1: set of views (REST apis): - sends empty response with csrf cookie set for GET requests - accept JSON string as input for POST requests and do some business operations app2: set of views (django UI client which consumes apis from app1): - accep

Re: popup forms

2010-01-29 Thread Bhaskar Gara
That where I stuck.. I am new to Django so I confuse where to add what? what name i need to give to the widget,form etc., Can you please help me. Thank you Bhaskar On Jan 29, 1:45 am, andreas schmid wrote: > hi, yes it works perfectly :) > > follow the steps on the turorial here

Re: popup forms

2010-01-28 Thread Bhaskar Gara
Hi Andrew, Do you have any luck on this. I need same functionality. On Nov 30 2009, 5:40 am, andreas schmid wrote: > Emily Rodgers wrote: > > > On Oct 13, 1:20 pm, andreas schmid wrote: > > >> thank you very much for pointing me to the right path!! > >> ill try to understand the behaviour and r

Session Management

2010-01-27 Thread Bhaskar Gara
activities (start and end). Do I need to create one more session to track that ? Is it possible Session inside Session. Thank you Bhaskar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Python Graph

2010-01-27 Thread Bhaskar Gara
I am really stupid. After cut & Paste I need to double check what i pasted. Thank you very much Dan and sorry for wasting your time. Lesson learned. On Jan 27, 11:16 am, Daniel Hilton wrote: > 2010/1/27 Bhaskar Gara : > > > > > > > No luck. > > > u

Re: Python Graph

2010-01-27 Thread Bhaskar Gara
= graphs.BarGraph('vBar') graph.values = [380, 150, 260, 310, 430] myGraph = graph.create() return render_to_response(template_name, { 'graph': myGraph }, context_instance=RequestContext(request)) thank you Bhask

Re: Python Graph

2010-01-27 Thread Bhaskar Gara
Thank you Dan On Jan 27, 3:40 am, Daniel Hilton wrote: > 2010/1/27 Bhaskar Gara : > > > > > > > Hi, > > >    I am very new to django.  I am trying to use this library for my > > graphs > >http://www.gerd-tentler.de/tools/pygraphs/?page=introduction

Python Graph

2010-01-26 Thread Bhaskar Gara
aph.create() In my Template "score_compare.html" in between the screen I kept below code where it need to display the graph. {{ prev_score }} It not erroring out, but the graph is not displaying. Please help. Thank you Bhaskar -- You received this message because y

Email field - Memory exception - object at 0xa3c9e8c

2010-01-23 Thread Bhaskar Gara
'heroemail'], ) hero.save() else: pass return http.HttpResponseRedirect('/member/hero/thankyou/') hero.html Thank you Bhaskar -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: NoReverseMatch:

2010-01-17 Thread Bhaskar Gara
Thank you, I am putting same pattern because both tellfriend and hero belongs to same template. refer template has two form. Thank you Bhaskar On Jan 17, 11:25 am, Andreas Pfrengle wrote: > > url(r'^member/refer/$', direct_to_template, > >         {'template&#

Re: NoReverseMatch:

2010-01-17 Thread Bhaskar Gara
$', 'erp_site.views.tellfriend', name='tell_friend'), url(r'^refer/$', 'erp_site.views.hero', name='hero'), views.py def tellfriend(request): def hero(request): When I am loading my html, I am getting this error: NoReverseMatch: Reverse for

Re: NoReverseMatch:

2010-01-17 Thread Bhaskar Gara
Thank you Lan, I am pretty new to the Django. How do I know its needs an argument? which file will have that, is that in URL.py? On Jan 17, 12:30 am, Ian Lewis wrote: > Bhaskar, > > The error means that there is either no defined URL called > 'tellfriend' or it requires

NoReverseMatch:

2010-01-16 Thread Bhaskar Gara
or @ that line. 1) What is the meaning of the error ? 2) How can I call two different fucntion in views.py from the same HTML form action. Thank you Bhaskar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Permission denied

2010-01-16 Thread Bhaskar Gara
ilepath = %s' % filepath) FILE = open(filename,"w")-This is the line its giving the error. doc.writexml(FILE) FILE.close() Thank you Bhaskar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Re: migration problem from Django0.96 to Django1.0

2008-09-25 Thread vijay bhaskar
Sep 15, 2008 at 1:58 AM, vijay bhaskar <[EMAIL PROTECTED]> wrote: > >> I solved that problem. >> >> > How please? Someone else is running into trouble with WEEKDAYS_ABBR and I > can't understand why. What fixed the problem for you? > > Thanks, > Karen

Re: migration problem from Django0.96 to Django1.0

2008-09-14 Thread vijay bhaskar
I solved that problem. On Mon, Sep 15, 2008 at 11:09 AM, vijay bhaskar <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 15, 2008 at 11:07 AM, vijay bhaskar <[EMAIL PROTECTED]> wrote: > >> Hi karen,Thanks for your reply.but the problem is ,there is no definiti

Re: migration problem from Django0.96 to Django1.0

2008-09-14 Thread vijay bhaskar
Hi karen,Thanks for your reply.but the problem is ,there is no definition for WEEK_ABBR in the django.utils.dates.That's the reason its throwing error.How can i get rid of this? Thanks & regards Vijay On Sat, Sep 13, 2008 at 5:39 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Sat, Sep 13, 200