Re: Multiple calls

2020-02-17 Thread tribhuvan kishor
its possible if manipulation possible in CSV On Mon, Feb 17, 2020 at 8:02 PM tribhuvan kishor < tribhuvankishor...@gmail.com> wrote: > add a unique field in csv and > > > > > > > *class AutocompleteView(APIView):def __init__(self):sel

Re: Multiple calls

2020-02-17 Thread tribhuvan kishor
u for your response > > > > On Mon, Feb 17, 2020 at 7:40 PM tribhuvan kishor < > tribhuvankishor...@gmail.com> wrote: > >> unique field in CSV >> >> On Mon, Feb 17, 2020 at 7:40 PM tribhuvan kishor < >> tribhuvankishor...@gmail.com> wrote: &

Re: Multiple calls

2020-02-17 Thread tribhuvan kishor
unique field in CSV On Mon, Feb 17, 2020 at 7:40 PM tribhuvan kishor < tribhuvankishor...@gmail.com> wrote: > i faced the same problem while i was dealing with CSV file. > i gave a unique file in csv to make a check on the particular entry. by > this way, i avoided multipl

Re: Multiple calls

2020-02-17 Thread tribhuvan kishor
; To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAPUw6Wa392ghVCSkMfcgpf2AAMSaTXGHNKukX1KjWNx1Getr-g%40mail.gmail.com

Re: best option for Front End Design in Django

2019-09-26 Thread tribhuvan kishor
One is not enough. You need to learn at least HTML Any of js relevant technology. Like js, jquery, angular, And for designing or making you html pages much impressive you need CSS By the way all are very easy. On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, wrote: > Hi > > Can anybody please tell

Re: Server Error (500)

2019-04-09 Thread tribhuvan kishor
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/1554727878.3451.6.camel%40gammascience.co.uk > <https://groups.google.com/d/msgid/django-users/1554727878.3451.6.camel%40gammascience.c

Re: regarding django hosting

2019-01-25 Thread tribhuvan kishor
can you please help me with some elaboration because i am completely beginner in hosting i am completely unaware with nginx and gunicor n On Sat, Jan 26, 2019 at 1:09 PM Anirudh Jain wrote: > AWS EC2 is good with nginx and gunicorn > > On Sat, 26 Jan 2019, 13:04 tribhuvan kish

regarding django hosting

2019-01-25 Thread tribhuvan kishor
can you guys please help which is best hosting solution for django -- regards Tribhuvan Kishor Bhaskar -- 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

submit button redirecting to unknown url

2019-01-19 Thread tribhuvan kishor
%} {% endif %} {% endblock %} FORM from django import forms class EmailPostForm(forms.Form): name = forms.CharField(max_length=25) email = forms.EmailField() to = forms.EmailField() comments = forms.CharField(required=False, widget=forms.Textarea) -- regards Tribh

Re: Project initialization

2019-01-19 Thread tribhuvan kishor
03-4891-9f8d-2343babe635a%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- regards Tribhuvan Kishor Bhaskar -- You received this message because you are subscribed to the Google Groups "Django users"

Re: working fine with sqllite but not showing result in mysql

2019-01-18 Thread tribhuvan kishor
'), ] On Fri, Jan 18, 2019 at 7:28 PM tribhuvan kishor < tribhuvankishor...@gmail.com> wrote: > its the shortcut i did that it is working. but the issue is still the > same. it just a bypass :P > > > On Tue, Jan 15, 2019 at 2:31 AM Danylo K. wrote: > >> if you change

Re: working fine with sqllite but not showing result in mysql

2019-01-18 Thread tribhuvan kishor
s='published', > publish__year=year) > # publish__month=month, > # publish__day=day) > > > On Mon, Jan 14, 2019 at 2:22 PM tribhuvan kishor < > tribhuvankishor...@gmail.com> wrote: > &g

Re: working fine with sqllite but not showing result in mysql

2019-01-14 Thread tribhuvan kishor
(request,'blog/post/test.html') On Tue, Jan 15, 2019 at 12:24 AM Alex Kimeu wrote: > Have you configured MySQL correctly? > > On Mon, Jan 14, 2019 at 9:07 PM tribhuvan kishor < > tribhuvankishor...@gmail.com> wrote: > >> this view is retrieving data with SQlite but no

working fine with sqllite but not showing result in mysql

2019-01-14 Thread tribhuvan kishor
, publish__month=month, publish__day=day) return render(request, 'blog/post/details.html', {'post': post}) -- regards Tribhuvan Kishor Bhaskar -- You received this message because you are subscribed

Re: template not exist error snap in attechment

2019-01-14 Thread tribhuvan kishor
thanks shiva . thanks alot i think a lack of concentration On Sat, Jan 12, 2019 at 1:32 PM shiva kumar wrote: > It's not detail it's details.html > > On Sat 12 Jan, 2019 12:42 pm tribhuvan kishor < > tribhuvankishor...@gmail.com wrote: > >> even list.html is in the same

Re: template not exist error snap in attechment

2019-01-12 Thread tribhuvan kishor
thanks, Shiva I think its matter of lack of concentration from my side thanks buddy, On Sat, Jan 12, 2019 at 1:32 PM shiva kumar wrote: > It's not detail it's details.html > > On Sat 12 Jan, 2019 12:42 pm tribhuvan kishor < > tribhuvankishor...@gmail.com wrote: >

Re: template not exist error snap in attechment

2019-01-11 Thread tribhuvan kishor
even list.html is in the same place and its accessible . i am not getting why showing problem with details.html On Sat, Jan 12, 2019 at 12:40 PM tribhuvan kishor < tribhuvankishor...@gmail.com> wrote: > """ > Django settings for mysite project. > > Generated by

Re: template not exist error snap in attechment

2019-01-11 Thread tribhuvan kishor
le content . i will try to figure it out. > > > On Sat, Jan 12, 2019 at 11:16 AM tribhuvan kishor < > tribhuvankishor...@gmail.com> wrote: > >> this is my directory structure >> >> On Fri, Jan 11, 2019 at 9:19 PM Martin K wrote: >> >>> TEMpl

project setting error

2018-12-14 Thread tribhuvan kishor
AUTH_PASSWORD_VALIDATORS = [ ^ SyntaxError: invalid syntax -- 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

Re: path('/',views.polls_details,name="polls_details") TypeError: list indices must be integers or slices, not tuple

2018-10-11 Thread tribhuvan kishor
thanks man ... i was doing school boy error . thanks for shaving my day :) On Thu, Oct 11, 2018 at 3:20 PM Daniel Hepper wrote: > You are missing a =. It should be: > > urlpatterns = [ > ... > ] > > instead of: > > urlpatterns[ > ... > ] > > On Thu, Oc

about book

2018-07-10 Thread tribhuvan kishor
can any one suggest me a better book for django -- 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