Re: Active Open Source Project to contribute to

2020-03-11 Thread shree hari
Even im a beginner. Can we collaborate and enhance your knowledge. On Wednesday, March 11, 2020 at 6:00:34 AM UTC+5:30, Samnet000 wrote: > > Hi Johnson, > > i am also a django beginner who is looking for a website > development project. if you are interested, then we can start a project and > u

Re: Active Open Source Project to contribute to

2020-03-11 Thread shree hari
Im interested -- 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 view this discussion on the web visit https://groups

Re: Active Open Source Project to contribute to

2020-03-11 Thread shree hari
Thank you. -- 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 view this discussion on the web visit https://groups.go

Error while hosting on heroku

2020-03-13 Thread shree hari
here's the paste of the error: https://del.dog/ewoghelahu.txt have already run makemigrations and migrate. It runs fine on my local machine. Can somebody please help me ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
heroku run python manage.py migrate --app appname is the command i used. On Friday, March 13, 2020 at 9:21:21 PM UTC+5:30, Philip Mitchell wrote: > > what command did you run fro migrations, you need to run heroku migrate > commands > > On Friday, March 13, 2020 at 6:15:17 PM UT

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
I tried that too. Still its the same. -- 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 view this discussion on the w

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
Hope i have done. Will check again though -- 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 view this discussion on t

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
Yes -- 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 view this discussion on the web visit https://groups.google.co

raise MigrationError(selected.column) djongo.sql2mongo.MigrationError: id

2020-03-20 Thread shree hari
here is the complete log of the error: https://del.dog/ujiruhawag.txt there's no other primary key set. using the default id which is set by django. i would request to give fix for this error. thank you -- You received this message because you are subscribed to the Google Groups "Django user

Decisions on selcting ChoiceField

2019-12-24 Thread shree hari
# views.py def price_choices(request): if request.method == "GET": context = {} context['form'] = pricechoice() return render( request, "template_form.html", context) # forms.py price_CHOICES =( ("1", "25"), ("2", "50"), ("3", "100"), ("4", "200"),

Re: Decisions on selcting ChoiceField

2019-12-24 Thread shree hari
Thank you. Will give it a try. On Tuesday, December 24, 2019 at 7:03:23 PM UTC+5:30, Nitin Kalmaste wrote: > > You can do request.get[field name] > And make your conditions in views > > On Tue 24 Dec, 2019, 6:50 PM shree hari, > wrote: > >> # views.py >> def

Re: Decisions on selcting ChoiceField

2019-12-24 Thread shree hari
Thank you. Will give it a try. On Tuesday, December 24, 2019 at 7:03:23 PM UTC+5:30, Nitin Kalmaste wrote: > > You can do request.get[field name] > And make your conditions in views > > On Tue 24 Dec, 2019, 6:50 PM shree hari, > wrote: > >> # views.py >> def

Re: Decisions on selcting ChoiceField

2019-12-24 Thread shree hari
can you please show me the implementation with respect to my code ? On Tuesday, December 24, 2019 at 7:03:23 PM UTC+5:30, Nitin Kalmaste wrote: > > You can do request.get[field name] > And make your conditions in views > > On Tue 24 Dec, 2019, 6:50 PM shree hari, > wrote: >

MultiValueDictKeyError at /add 'radio2'

2019-12-25 Thread shree hari
error: https://del.dog/engigywarf.txt code: https://del.dog/cringanuwa.txt can someone help with me this ? -- 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 djang

Re: MultiValueDictKeyError at /add 'radio2'

2019-12-26 Thread shree hari
Fixed it yesterday. Thank you. -- 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 view this discussion on the web visi