Missing kwargs in ProcessFormView.get()

2020-12-02 Thread hari...@gmail.com
searched the issue database, but couldn't find anything. I'm posting it here as per the Django bug submission guidelines, which suggests that it's best to check it here before raising an official issue ticket. Thanks Hari -- You received this message because you are subscribed to the Google

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

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

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

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

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

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: 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

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

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 >

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

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

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: >

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 &

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 &

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",

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Hari
If it is a small application then you can try Vultr..Pricing is really good. On Thu, May 2, 2019, 3:53 PM Daviddd wrote: > it strictly depends on your requirements and budget, but certainly I can > say I'm getting in love with DigitalOcean (Spaces with CDN for static > files), Kubernetes (LTD)

Re: Step-by-Step Machine Learning with Python [Full Packt Paid Video Course for free]

2019-04-15 Thread Hari
This is not a ML group..Please post only django relevent topics On Mon, Apr 15, 2019, 11:59 PM Zahid Hossain wrote: > please subscribe o get more paid course for free > https://youtu.be/-Za8_t2DBeU > > -- > You received this message because you are subscribed to the Google Groups > "Django

Re: mail sending

2018-11-22 Thread Hari
Please check below link.It may help you..Basically you need to set up celery. https://stackoverflow.com/questions/9982486/django-sending-email-x-days-later On Thu, Nov 22, 2018, 12:23 PM Tushar Nadkar wrote: > when a button is clicked , i want to send specific mail after 3 days ? how > can i

Issue after WAR deployment in Apache Tomcat server

2018-09-06 Thread hari . krishnan
I am using Django 1.8 on Jython in Windows 10. Have created a simple Django project following the tutorial https://docs.djangoproject.com/en/1.8/intro/tutorial01. After packaging using buildwar(including jars), when I deploy the mysite.war archive in tomcat, I get an error. My project name

Django Development Server and Chrome - autorefresh

2015-09-21 Thread Hari Mahadevan
development. Hope you will find it useful too. You can find the source and instructions on how to set it up on my github page -- https://github.com/harikvpy/django-autorefresh. Thanks Hari -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: python_2_unicode_compatible error

2013-12-23 Thread Mario Hari
I resolved it using the answer available @ http://stackoverflow.com/questions/20741754/python-2-unicode-compatible-error Happy hacking, mario23 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

python_2_unicode_compatible error

2013-12-23 Thread Mario Hari
I've "models.py" as follows, #encoding: utf-8 from django.contrib.auth.models import User from django.db import models from django.utils.encoding import python_2_unicode_compatible from django.utils.timezone import now # Create your models here. @python_2_unicode_compatible class

Re: HTML format-able inputbox

2013-12-20 Thread Mario Hari
Mrinmoy Das, your site is cool man! do you have the site code hosted anywhere. Mario On Friday, December 20, 2013 10:30:02 AM UTC+5:30, Mrinmoy Das wrote: > > Thanks man :) > > Mrinmoy Das > http://goromlagche.in/ > > > On Fri, Dec 20, 2013 at 4:01 AM,

Re: Django app for text selection and time measurement

2013-12-19 Thread Mario Hari
Vicherot, okay. I know how to create a basic django app like blog etc. If you guide me to some tutorials/blogs/apps that specifically or closely deals with what I need, It can be much helpful to me. Thanks:) Mario > -- You received this message because you are subscribed to the

Django app for text selection and time measurement

2013-12-19 Thread Mario Hari
Hi, I want to develop a django app where the users have to select some text in a given sentence; And I need to store the selected text and the time taken for selecting that text. I'm a newbie to django. Can you help me with how should i do this? Is there any relevant apps that I can make

How to add threaded comments in zinnia?

2013-08-13 Thread Hari Haran
I have been using zinnia as a blogging platform in my website. But i am unable to integrate threaded comments in zinnia. I tried installing zinnia_threaded_comments app and following the instructions given in the read me file. Can any one tell me, why it isn't working. What other options are

Help with django-allauth

2012-11-19 Thread Hari Seldon-Cooper
Hello there! I'm following some tutos on web about django-allauth like Amyth Arora's one. I think i'm on the good way but i'm hitting a wall. I can access /accounts/login but not /accounts/twitter/login I get this error : DoesNotExist at /accounts/twitter/login/ SocialApp matching query does

Re: Getting the 500html page instead the 404html

2012-07-18 Thread hari kishan
there may be problem in your code but regarding the Debug=True, it loads 404.html and display errors, but we can't put Debug=True live so if Debug=False then djago automatically load your 500.html and where you can write your own message for the user, and can redirect them from that url. to

Re: Maybe I'm thinking about this wrong

2012-04-12 Thread hari jayaram
/django/views/generic/list.py). Or maybe you could just inherit from Formview instead of BaseFormView and ovveride the "get" to handoff to the form and return the response. Hope this helps.. Hari BaseFormView implements the same behavior as FormView, but doesn

Re: what is the best IDE to use for Python / Django

2012-01-28 Thread hari jayaram
I like using Pycharm . The 2.0.1 version has pretty good integration with bitbucket , github and other VCS/DVCS I also use emacs and have heard good things about sublime2 Hari On Mon, Jan 23, 2012 at 7:41 AM, Leandro Ostera Villalva <leost...@gmail.com> wrote: > That's becaus

Re: Foreignkey troubles : some key look ups give me a ValueError: invalid literal for int() with base 10 error

2011-02-28 Thread hari jayaram
jango models also show evidence of bug #5725<http://code.djangoproject.com/ticket/5725>. The max_length values for all your CharFields are 3x higher than they should be. Easiest fix is to manually correct them to be the right value. On Fri, Feb 25, 2011 at 3:29 PM, hari jayaram <hari...@gm

Foreignkey troubles : some key look ups give me a ValueError: invalid literal for int() with base 10 error

2011-02-25 Thread hari jayaram
only for int fields but fails for non int fields. The test db and models.py is pasted below. What am i doing wrong Thanks Hari >>> c = Child.objects.filter(parents_ssn="2354234234") Suceeds! >>> print c[0].name werwer sdfgsdg The following lookup fails >&

Re: svn django and staticfiles app : python manage.py findstatic logo.png and devserver does not find file

2011-01-30 Thread hari jayaram
any extra pattern in my urls.py. Thanks everyone Hari On Sun, Jan 30, 2011 at 5:04 PM, hari jayaram <hari...@gmail.com> wrote: > This may be related to the problem I am facing. The docs mention a > special command to start the devserver to serve static files. > > > django

Re: svn django and staticfiles app : python manage.py findstatic logo.png and devserver does not find file

2011-01-30 Thread hari jayaram
Type 'django-admin.py help' for usage. " I am still starting my devserver with python manage.py runserver Hari Hari On Sun, Jan 30, 2011 at 4:55 PM, hari jayaram <hari...@gmail.com> wrote: > > Thanks for your reply Janice..I am hopefully edging towards understading

Re: svn django and staticfiles app : python manage.py findstatic logo.png and devserver does not find file

2011-01-30 Thread hari jayaram
iles "/Users/harijay/learn_css" Hari On Sun, Jan 30, 2011 at 3:47 PM, Jannis Leidel <lei...@gmail.com> wrote: > On 30.01.2011, at 20:58, hari jayaram wrote: > > > Hi I am a little confused about using the staticfiles app. I am running > the devserver since I am

svn django and staticfiles app : python manage.py findstatic logo.png and devserver does not find file

2011-01-30 Thread hari jayaram
//localhost:8000/static/logo.png I am trying to understand what I am doing wrong. I had gotten suggestions on the irc channel to use django_appmedia but I want to go with staticfiles app since it is better documented. Any Help will be greatly appreciated Hari ### urls.py ### f

Php,Css, Html in dreamweaver

2008-01-07 Thread hari
This IS the Best EBook for learning PHP, CSS and HTML. http://www.ziddu.com/download.php?uid=ZbGclJqoZLCh4palY7KWlJWiY66bnJs%3D3 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Preformatted text in templates

2006-03-24 Thread Hari
is to surround {{text}} with tag. Is there any other way (a filter or something) that can achieve the same? Thanks -Hari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to