Re: E-comm live project

2024-03-26 Thread RANGA BHARATH JINKA
gt;>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/e08a4c76-cae2-45ae-889d-13c34b77142en%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/e08a4c76-cae2-45ae-889d-13c34b77142en%40googlegroups.com?utm_m

Re: table bank_app_bank has no column named DOB

2023-08-19 Thread RANGA BHARATH JINKA
Hi, Try changing DOB to small letters dob and run the migrations again. All the best  Thanks and Regards J. Ranga Bharath Cell: 9110334114 On Sat, 19 Aug 2023, 9:18 pm ivan harold, wrote: > > https://stackoverflow.com/questions/68269165/why-django-is-not-detecting-my-table-column &

Re: Finding Help in getting started in Django

2023-05-31 Thread RANGA BHARATH JINKA
Hi, Go through this quick start tutorial and understand. You can do this. It is very easy. https://www.django-rest-framework.org/tutorial/quickstart/ Thanks and Regards J. Ranga Bharath Cell: 9110334114 On Wed, 31 May 2023, 2:16 pm DieHardMan 300, wrote: > I'd like to give some adv

Re: django internationalization

2022-11-29 Thread RANGA BHARATH JINKA
Hi, Please follow this https://stackoverflow.com/questions/2345708/how-can-i-get-the-full-absolute-url-with-domain-in-django Thanks and Regards J. Ranga Bharath Cell: 9110334114 On Tue, 29 Nov 2022, 11:53 am Dhrub Kumar Sharma, wrote: > I want the remaining slug part print dynamica

Re: Random different values on each request

2022-11-19 Thread RANGA BHARATH JINKA
Hi, You can use random module in python to generate random numbers Thanks and Regards J. Ranga Bharath Cell: 9110334114 On Thu, 17 Nov 2022, 7:51 pm cs.s...@gmail.com, wrote: > Hello friends, > I am trying to get 2 random values on each response using > order_by('?')[:2], bu

Re: Sending Live Streaming Images from Client’s Webcam to Django Server

2022-10-13 Thread RANGA BHARATH JINKA
Hi, Please follow this. All the best https://www.geekfeed.co.jp/geekblog/sending-live-streaming-images-from-clients-webcam-to-django-server/ Thanks and Regards J. Ranga Bharath Cell: 9110334114 On Wed, 12 Oct 2022, 9:13 pm Anshuman Thakur, wrote: > Sir my question is: Sending Live Stream

Re: Error django.db.utils.OperationalError: no such column:

2022-04-27 Thread RANGA BHARATH JINKA
Hi, Run python manage.py makemigrations python manage.py migrate Thanks and Regards J. Ranga Bharath Cell: 9110334114 On Tue, 26 Apr 2022, 1:07 pm Israel Lewis, wrote: > Hello guys, > > I'm having an error in my models when I add the FK to the faculty or the > student. >

Re: Help : Embedding pdf in Django detailview

2022-03-17 Thread RANGA BHARATH JINKA
ngo-users/CAC32Mkjj-frMgLdc0_MY1_sBrN_MxV0DLPb3gXAY8%3DZ4oL%2BnXQ%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Django App

2022-02-07 Thread RANGA BHARATH JINKA
What is the error. Please share here On Tue, 8 Feb 2022, 12:13 am Abdulrahman Abbas, wrote: > Pls I'm trying to host a Django app on a free hosting sites basically > netlify and heroku but it keeps failing while building pls is there > anything I need to install or any other alternative > > --

Re: migrations: "no changes detected"

2022-02-07 Thread RANGA BHARATH JINKA
Hi, I think you forgot to add the app name in settings file. Please add the app names in installed apps. Then it will find out the models. All the best On Tue, 8 Feb 2022, 10:14 am 'Delvin Alexander' via Django users, < django-users@googlegroups.com> wrote: > I am trying to run migrations so

Re: how to Display images other than from static folder.

2022-02-01 Thread RANGA BHARATH JINKA
Hi, Please follow this. https://djangocentral.com/managing-media-files-in-django/ You have to store your images in a static media folder by adding the media path in settings.py. This is the recommended way and easy to access the images All the best On Wed, Feb 2, 2022 at 11:30 AM RANGA BHARATH

Re: how to Display images other than from static folder.

2022-02-01 Thread RANGA BHARATH JINKA
s discussion on the web visit >>>>> https://groups.google.com/d/msgid/django-users/CAKPY9p%3DOofwq7YrTp%3DWoKyO7mgxVovK2wN3-%3Dm9Ed2zTWZ%2BdAg%40mail.gmail.com >>>>> <https://groups.google.com/d/msgid/django-users/CAKPY9p%3DOofwq7YrTp%3DWoKyO7mgxVovK2wN3-%3Dm9Ed2

Re: Gyftr api integration

2021-06-27 Thread RANGA BHARATH JINKA
https://business.gyft.com/developers/ On Sun, 27 Jun 2021, 10:48 pm RANGA BHARATH JINKA, wrote: > Hi. Try this API. They have API documentation. > > https://business.gyft.com/developers/docs/ > > On Sun, 27 Jun 2021, 10:03 pm Anuj Kumar, wrote: > >> Hello, >> Gyf

Re: Gyftr api integration

2021-06-27 Thread RANGA BHARATH JINKA
Hi. Try this API. They have API documentation. https://business.gyft.com/developers/docs/ On Sun, 27 Jun 2021, 10:03 pm Anuj Kumar, wrote: > Hello, > Gyftr.com is gift voucher service website which provides online evouchers > on big brands, so I'm looking for its gift voucher API to integrate

Re: struck at gettiing each product urls from addidas website

2021-06-21 Thread RANGA BHARATH JINKA
footer> >> . >> > -- > 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. >

Re: Announcing DjHTML: A Django template indender

2021-05-24 Thread RANGA BHARATH JINKA
tool. >> >> Greetings, >> Jaap Joris Vens >> > -- > 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+

Re: Exception Value: relation "django_session" does not exist

2021-05-24 Thread RANGA BHARATH JINKA
You are welcome :-) On Tue, May 25, 2021 at 3:41 AM Michał T. Lorenc wrote: > Hi, > Thank you it works. > > On Tue, May 25, 2021 at 12:31 AM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> hi, >> >> Run migrations. python manage.py make

Re: Exception Value: relation "django_session" does not exist

2021-05-24 Thread RANGA BHARATH JINKA
__* > * 98. six.reraise(dj_exc_type, dj_exc_value, traceback)* > *File "/usr/local/lib/python2.7/site-packages/django/db/backends/utils.py" > in execute* > * 64. return self.cursor.execute(sql, params)* > > *Exception Type: ProgrammingError a

Re: i need to show multiselectfields

2021-05-18 Thread RANGA BHARATH JINKA
What is the error you are facing. Please share the screenshots On Tue, 18 May 2021, 10:17 pm Gegi Esitashvili, wrote: > I tried it before posted here, It doesnt work unfortuntly :( > > On Tue, 18 May 2021 at 19:11, RANGA BHARATH JINKA < > bharathjink...@gmail.com&g

Re: i need to show multiselectfields

2021-05-18 Thread RANGA BHARATH JINKA
use {{ facilitie.name }} instead of {{ facilitie }} {{ facilitie.name }} On Tue, May 18, 2021 at 8:27 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Please share screenshots. So that we can understand where you want to show > > On Tue, May 18,

Re: i need to show multiselectfields

2021-05-18 Thread RANGA BHARATH JINKA
at 08:21:25 UTC+4 bharath...@gmail.com wrote: > >> Hi, >> >> Use a select box with multiple attribute instead of ul and li. Loop >> through options. Please go through this. >> https://www.w3schools.com/tags/att_select_multiple.asp#:~:text=For%20windows%3A%20Hold

Re: how to prevent Django do auto capitalize static text in templates

2021-05-18 Thread RANGA BHARATH JINKA
groups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAKeCWo_m7UqF-HLXr0Y%3DgzO9Puu%2BKCuA_mKF86-TPg3sv8QjXw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAKeCWo_m7UqF-HLXr0Y%3DgzO9Puu%2BKCuA_mKF86-TPg3sv8QjXw%40mail.gm

Re: Django multilinguial docs

2021-04-19 Thread RANGA BHARATH JINKA
view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/8557448a-6306-4c79-bb46-484b44360440n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/8557448a-6306-4c79-bb46-484b44360440n%40googlegroups.com?utm_medium=email_source=footer> >

Re: How to embed logo on uploaded images

2021-04-19 Thread RANGA BHARATH JINKA
OZEhVWQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BOi5F0RkEWTeFP3HUfBM4-VKvuRk4TsJ6vneW_p7D-OZEhVWQ%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because y

Re: reg: DRF login API

2021-04-08 Thread RANGA BHARATH JINKA
sting. I am using custom > User model, where email is used in place of username and happens to be the > unique constraint. SO I really do not understand the above output. If you > need more data, do let me know. > > Regards, > Amitesh > > On Thursday, 8 April, 2021, 06:44:54 pm IST,

Re: reg: DRF login API

2021-04-08 Thread RANGA BHARATH JINKA
Refer the docs https://httpie.io/ On Thu, Apr 8, 2021 at 6:44 PM RANGA BHARATH JINKA wrote: > Hi, You have to specify the POST method in the command > > http -a USERNAME POST > https://api.github.com/repos/httpie/httpie/issues/83/comments body='HTTPie is > awesome! :heart:' &

Re: reg: DRF login API

2021-04-08 Thread RANGA BHARATH JINKA
View.as_view(), name='register'), > path('login/', loginAPIView.as_view(), name='login'), > ] > > *Not sure if I am doing it the right way, please suggest. Thank you* > > > -- > You received this message because you are subscribed to the Google Groups > "

Re: error

2021-04-05 Thread RANGA BHARATH JINKA
jango-users/21a06439-86d7-47d9-9a57-437703f4a654n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/21a06439-86d7-47d9-9a57-437703f4a654n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this

Re: Django dependent select without Ajax

2021-03-30 Thread RANGA BHARATH JINKA
jango-users/84F1F92D-FEC1-42C9-BEE7-BB4FEE086506%40fattuba.com > <https://groups.google.com/d/msgid/django-users/84F1F92D-FEC1-42C9-BEE7-BB4FEE086506%40fattuba.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this m

Re: Models not found error

2021-03-28 Thread RANGA BHARATH JINKA
ers/c6570244-adee-fd9b-61f2-fd35b44d87c8%40stacktrace.dk > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- 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

Re: How to use .vue files in Django project

2021-02-26 Thread RANGA BHARATH JINKA
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/04d66d78-f98a-42ed-975c-c41b8b48abf8n%40googlegroups.com > <https://groups.google.com/d/msgi

Re: setting up urls of many apps

2021-02-17 Thread RANGA BHARATH JINKA
s the error > > On Thu, 18 Feb 2021 at 09:39, Peter Kirieny > wrote: > >> thanks sir >> that's done though the error still persists >> >> On Thu, 18 Feb 2021 at 09:32, RANGA BHARATH JINKA < >> bharathjink...@gmail.com> wrote: >> >>

Re: setting up urls of many apps

2021-02-17 Thread RANGA BHARATH JINKA
> 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/CAL8t8eoNg68Qd%3DC3OYWonaLs%3DvAKcnzDFxxbrcNK65BJ%3Dtnwn

Re: how create new django project with windows 10 and Python 3.9.1

2021-01-27 Thread RANGA BHARATH JINKA
zjAxTDfitocCdwiD_bFX4eF49xcYuw%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro

Re: attempt to write a readonly database

2020-12-30 Thread RANGA BHARATH JINKA
bscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com?utm_medium=email

Re: Error After Heroku Deployment

2020-12-30 Thread RANGA BHARATH JINKA
django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CA%2BPixk%2Bhk3-X3J4SsM%3Dz9az_KntBinoJNOPDWp8mdMf5Abr%2BGg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BPixk%2Bhk3-

Re: Is it possible to use REST API on Django template ?

2020-11-28 Thread RANGA BHARATH JINKA
Hi Use JavaScript or jQuery to call APIs in frontend of Django template. You can use fetch API using vanilla JavaScript. You can perform all CRUD operations. All the best  On Sun, 29 Nov 2020, 11:57 am Aman Modi, wrote: > I know how to create API but i just want to know how to use in Django >

Re: Debbuging

2020-11-15 Thread RANGA BHARATH JINKA
ssion on the web visit > https://groups.google.com/d/msgid/django-users/de49ec22-08fe-4731-80c8-9a8c2d112a1bn%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/de49ec22-08fe-4731-80c8-9a8c2d112a1bn%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thank

Re: QUIZ APP

2020-11-05 Thread RANGA BHARATH JINKA
Hi, You can refer this. All the best  https://youtu.be/bHnT1apz8u8 On Thu, 5 Nov 2020, 7:36 pm jassija...@gmail.com, wrote: > hello, I'm Jaspreet singh > I'm learning Django for my College Project > > Can anyone help me with it im working on QUIZ APP > IT WOULD BE GREAT IF SOMEONE HELPS OR

Re: Regd:- Generating PDF from HTML with image

2020-10-27 Thread RANGA BHARATH JINKA
Hi, Refer to this too. All the best  https://youtu.be/J3MuH6xaDjI On Tue, Oct 27, 2020 at 7:29 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Refer this forGenerating PDF from HTML with image > > https://youtu.be/txlKYeLEflY > > On Tue, Oc

Re: Regd:- Generating PDF from HTML with image

2020-10-27 Thread RANGA BHARATH JINKA
Hi, Refer this forGenerating PDF from HTML with image https://youtu.be/txlKYeLEflY On Tue, Oct 27, 2020 at 7:27 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Refer to this. > > https://www.youtube.com/watch?v=5umK8mwmpWM_channel=DennisIvy > > O

Re: Regd:- Generating PDF from HTML with image

2020-10-27 Thread RANGA BHARATH JINKA
rs" 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.com/d/msgid/django-users/CAPPQ_ijiMPpK195SEC8cgQkqVhURUBH9aKi51%2BeK77yXPp9YwQ%40mail.gmail.com

Re: django template forloop

2020-10-14 Thread RANGA BHARATH JINKA
r...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/7a3e9bec-7e96-4922-ac0d-765ab49eb0d7n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/7a3e9bec-7e96-4922-ac0d-765ab49eb0d7n%40googlegroups.com?utm_medi

Re: E Commerce Website Assistance

2020-10-10 Thread RANGA BHARATH JINKA
b5PeaY_xeLntMo0K2%3DMQwDFsydb5wB685u%3D6te3r-Rqqwg%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: Ajax, jQuery and Django

2020-10-05 Thread RANGA BHARATH JINKA
cr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAOecAny6XS%2B7wrvTDbEDdVOwC76Umv02nQ4AxnDeEwXUAArMUA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAOecAny6XS%2B7wrvTDbEDdVOwC76Umv02nQ4AxnDeEwXUA

Re: Mass Emailing

2020-10-01 Thread RANGA BHARATH JINKA
https://github.com/sherzberg/django-emailer On Thu, Oct 1, 2020 at 1:18 PM RANGA BHARATH JINKA wrote: > Hi, > > Try these. This may be useful > > https://pypi.org/project/django-massmailer/ > > https://docs.djangoproject.com/en/3.1/topics/email/#send-

Re: Mass Emailing

2020-10-01 Thread RANGA BHARATH JINKA
roups.google.com/d/msgid/django-users/5d981f11-c996-47bc-8897-72a43b4a76a7n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/5d981f11-c996-47bc-8897-72a43b4a76a7n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath c

Re: How to get logged in user location and save it in database

2020-10-01 Thread RANGA BHARATH JINKA
" attribute in this example. So > where attribute should also include nearest city name in that country. > > [image: image.png] > > > Best Regards, > ~Ram > > On Wed, Sep 30, 2020 at 10:36 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: >

Re: How to get logged in user location and save it in database

2020-09-30 Thread RANGA BHARATH JINKA
1T1X_Q-GGSqKp4f-fRhY4qfu8Y12-XcNUGcEmUSGQ9AA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BOi5F1T1X_Q-GGSqKp4f-fRhY4qfu8Y12-XcNUGcEmUSGQ9AA%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -

Re: Send csrf token and retrieve with javascript?

2020-09-30 Thread RANGA BHARATH JINKA
oups.google.com/d/msgid/django-users/fd412572-d35c-460e-934f-6fb684d1c0c9n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users"

Re: How to resize image when uploading to the cloudinary?

2020-09-30 Thread RANGA BHARATH JINKA
https://youtu.be/inQyZ7zFMHM Check this out. All the best  On Thu, 1 Oct 2020, 5:10 am abhay santra, wrote: > Thank you man... > have you worked with Amazon s3 in django? > > On Wednesday, September 30, 2020, RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: >

Re: How to resize image when uploading to the cloudinary?

2020-09-29 Thread RANGA BHARATH JINKA
n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/c0621b57-4f50-409e-8267-7f48aa7f4148n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed t

Re: Limit the choices for a ForeignKey

2020-09-27 Thread RANGA BHARATH JINKA
mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAFCTdWp0xJE_J-r%3DmHbHzVmeAsGvotFc1%3DyQBGuyEzjfiiVxTA%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscr

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread RANGA BHARATH JINKA
Check the whole logs by going up On Sun, Sep 27, 2020 at 11:07 AM dum dum wrote: > [image: image.png] > This is what I got from heroku logs --tail. > > Thanks. > > On Sun, Sep 27, 2020 at 12:30 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >>

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread RANGA BHARATH JINKA
> https://groups.google.com/d/msgid/django-users/CANV3w%3Db-z7UV_Qb8TdtS1eczXEJ%3DQJZRm1TuBB095zSPjjUfRw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CANV3w%3Db-z7UV_Qb8TdtS1eczXEJ%3DQJZRm1TuBB095zSPjjUfRw%40mail.gmail.com?utm_medium=email_source=footer> > . >

Re: How to resize image when uploading to the cloudinary?

2020-09-25 Thread RANGA BHARATH JINKA
m/d/msgid/django-users/d9eaaea0-b3e3-42a5-8ccf-884662258ddcn%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d9eaaea0-b3e3-42a5-8ccf-884662258ddcn%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334

Re: Recruitment

2020-09-23 Thread RANGA BHARATH JINKA
om. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CE1F0D68-DFB1-43DF-BF25-269F030896FD%40gmail.com > <https://groups.google.com/d/msgid/django-users/CE1F0D68-DFB1-43DF-BF25-269F030896FD%40gmail.com?utm_medium=email_source=footer> >

Re: Help in deploying my app!!!!!!!

2020-09-22 Thread RANGA BHARATH JINKA
Sure  On Tue, 22 Sep 2020, 8:06 pm Vishwajit Bhagat, wrote: > Thanks bro. I will reach you if I got errors. > > On Tue, Sep 22, 2020, 7:55 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> For deploying both as

Re: Help in deploying my app!!!!!!!

2020-09-22 Thread RANGA BHARATH JINKA
-803adf396ba2n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Re: Django compatibility with Django 3.0

2020-09-21 Thread RANGA BHARATH JINKA
ps://groups.google.com/d/msgid/django-users/CALeETXKrCfaXJRcTgOBNV2PfTN%3DLyh-uvgmjhofCcZL%3D3ASN6A%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CALeETXKrCfaXJRcTgOBNV2PfTN%3DLyh-uvgmjhofCcZL%3D3ASN6A%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Re

Re: New Users Unable to Use Website

2020-09-20 Thread RANGA BHARATH JINKA
You are welcome  On Sun, Sep 20, 2020 at 9:08 PM King Niko wrote: > This method works! Thank you! > > On Sat, Sep 19, 2020 at 23:32 RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> Try this. >> >> https://stackoverfl

Re: New Users Unable to Use Website

2020-09-19 Thread RANGA BHARATH JINKA
Hi, Try this. https://stackoverflow.com/questions/36317816/relatedobjectdoesnotexist-user-has-no-userprofile All the best  On Sun, 20 Sep 2020, 8:50 am Lightning Bit, < thelegendofearthretu...@gmail.com> wrote: > Encountering a lot of errors here. Here is the spill: > > > *THE CASE:* >

Re: how to create url helloworld

2020-09-19 Thread RANGA BHARATH JINKA
Hi, Please check the typo. It is django.http On Sun, 20 Sep 2020, 12:11 am coolguy, wrote: > Instead of > from pages import views > > use > from . import views > On Saturday, September 19, 2020 at 11:15:34 AM UTC-4 leoa...@gmail.com > wrote: > >> *file views.py in folder pages >> >>

Hi, Please checkout my new python package zipcode-to-map 1.0

2020-09-18 Thread bharath...@gmail.com
. Ranga Bharath Phone: 9110334114 -- 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: Upload Imagae

2020-09-17 Thread RANGA BHARATH JINKA
> To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/d5b0e733-d461-a54a-3755-1f76d2887663%40stacktrace.dk > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups

Re: How Upload Image Html File To save DataBase

2020-09-16 Thread RANGA BHARATH JINKA
Check django documentation to store images to the folder. Use upload_to in models.py You have to update your models. All the best On Wed, Sep 16, 2020 at 1:50 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Store the images in a folder. > Store the

Re: How Upload Image Html File To save DataBase

2020-09-16 Thread RANGA BHARATH JINKA
gt;> . >>> >> -- > 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: Help:What is the problem in this code?

2020-09-13 Thread RANGA BHARATH JINKA
5bce9ca9n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d3fa106f-2db2-4c63-a12e-178f5bce9ca9n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are s

Re: Django Admin

2020-09-09 Thread RANGA BHARATH JINKA
es: > 1. How to remove the Jazzmin version from the footer > 2. I have a tabular inline which allows me to add more fields but it has > removed the add more button. > > > On 9 Sep 2020, at 4:24 PM, RANGA BHARATH JINKA > wrote: > >  > Hi, > > Use this. > h

Re: Django Admin

2020-09-09 Thread RANGA BHARATH JINKA
To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/26defa3e-1dc4-4f04-a958-3ace3b8ddbc6n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/26defa3e-1dc4-4f04-a958-3ace3b8ddbc6n%40googlegroups.com?utm_medium=email_source=footer> &

Re: Rocket chat with python: imp

2020-09-08 Thread RANGA BHARATH JINKA
web visit > https://groups.google.com/d/msgid/django-users/db50ed7d-2058-4bff-818c-5677fa6ab62an%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/db50ed7d-2058-4bff-818c-5677fa6ab62an%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Re

Re:

2020-09-08 Thread RANGA BHARATH JINKA
ready have my virtual env for my project. > > Please advise. Thanks > > On Tue, Sep 8, 2020 at 5:48 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >>See this link. >> >> https://stackoverflow.com/questions/57000214/ho

Re:

2020-09-08 Thread RANGA BHARATH JINKA
is discussion on the web visit > https://groups.google.com/d/msgid/django-users/CANV3w%3Db69GCOjap31KiAF%2BemS-zsDDDw96vHiMsKcWu9qW2hJg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CANV3w%3Db69GCOjap31KiAF%2BemS-zsDDDw96vHiMsKcWu9qW2hJg%40mail.gmail.com?utm_medium=emai

Re: ValueError... Cannot query "User": Must be "Model" instance.

2020-09-03 Thread RANGA BHARATH JINKA
/ChuzzyOfficial/PycharmProjects/djangoProject/instarydes/.venv/lib/python3.8/site-packages/django/db/models/sql/query.py", > line 1292, in build_filter > > self.check_related_objects(join_info.final_field, value, > join_info.opts) > > File > "/Users/ChuzzyOffici

Re: How to get client or user side details

2020-09-02 Thread RANGA BHARATH JINKA
sers/CAMSz6b%3D0-LT69BroKq3u%3DOsG5NaVNNkzoRhW5pvMuAp%2BNOrZNA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAMSz6b%3D0-LT69BroKq3u%3DOsG5NaVNNkzoRhW5pvMuAp%2BNOrZNA%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath c

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread RANGA BHARATH JINKA
sing the Server Error (500)? > > On Tue, Sep 1, 2020 at 12:39 AM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> check in browser console for errors >> >> On Tue, Sep 1, 2020 at 2:27 AM Lightning Bit < >> thelegendofearthretu.

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread RANGA BHARATH JINKA
view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f5e9e088-110e-4d2a-a70e-43d87bd6fdb1n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/f5e9e088-110e-4d2a-a70e-43d87bd6fdb1n%40googlegroups.com?utm_medium=email_source=footer>

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-31 Thread RANGA BHARATH JINKA
No problem. All the best  On Mon, Aug 31, 2020 at 11:35 PM Patrick Carra wrote: > Thanks bharath for the info I'm going to dig more in to these. > > On Friday, August 28, 2020 at 9:05:04 PM UTC-5 bharath...@gmail.com wrote: > >> Hi, >> >> Please check this p

Re: Need help in Linode server setup.

2020-08-31 Thread RANGA BHARATH JINKA
/CANOk8kJ0XadfB4mw5786LED7fU04r4y2j2M-pUqGmRcp_LPSww%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)

2020-08-30 Thread RANGA BHARATH JINKA
go-users/b9738987-daa9-403f-b1f6-ec27e076cff8n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/b9738987-daa9-403f-b1f6-ec27e076cff8n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You recei

Re: 500 Server Error | Impossible to Fix

2020-08-30 Thread RANGA BHARATH JINKA
ontext) > > > Thus I am confused as to how the Template could be non-existent if it does > in fact exist. Would you all happen to know of any solutions to this? > > > On Sun, Aug 30, 2020 at 9:17 AM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: >

Re: 500 Server Error | Impossible to Fix

2020-08-30 Thread RANGA BHARATH JINKA
16ms status=500 bytes=477 protocol=https* > > Thanks Ranga! > > On Sun, Aug 30, 2020 at 8:33 AM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >>Copy and paste your log errors . I will check once >> >> On Sun, Aug 30, 2

Re: 500 Server Error | Impossible to Fix

2020-08-30 Thread RANGA BHARATH JINKA
gt; . >> >> -- > 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

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, There is a django module. https://pypi.org/project/django-datatables-view/ On Sat, 29 Aug 2020, 8:25 am RANGA BHARATH JINKA, wrote: > Hi, > > Use jQuery datatable for this. It is easy to use and has inbuilt > search and export to CSV, Excel options als

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Use jQuery datatable for this. It is easy to use and has inbuilt search and export to CSV, Excel options also. https://datatables.net/extensions/buttons/examples/initialisation/export.html On Sat, 29 Aug 2020, 7:54 am RANGA BHARATH JINKA, wrote: > Hi, > > Check this. >

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Check this. https://pypi.org/project/django-queryset-csv/ On Sat, 29 Aug 2020, 7:33 am RANGA BHARATH JINKA, wrote: > Hi, > > Please check this package. This may help you. All the best > > https://django-tables2.readthedocs.io/en/latest/pages/filtering.ht

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Please check this package. This may help you. All the best https://django-tables2.readthedocs.io/en/latest/pages/filtering.html On Sat, 29 Aug 2020, 4:36 am Patrick Carra, wrote: > Hello All! I need some help with a problem I have been struggling with. > One of you generous

Re: 500 Server Error | Impossible to Fix

2020-08-28 Thread RANGA BHARATH JINKA
Hi, In settings turn the debug to True. Then check the error in terminal. In heroku you have to check the logs in the terminal using heroku logs --tail All the best  On Sat, 29 Aug 2020, 4:35 am Lightning Bit, < thelegendofearthretu...@gmail.com> wrote: > Greetings all, > > I finally

Re: Page 3

2020-08-28 Thread RANGA BHARATH JINKA
Hi, You are closing the para thesis before. path('/results/', views.results, name='results'), This is the correct syntax. All the best  On Sat, 29 Aug 2020, 3:03 am rbarh...@gmail.com, wrote: > The error message claims invalid syntax and point to the equal sign > between name and

Re: plz help i found this kinda problem when i run

2020-08-28 Thread RANGA BHARATH JINKA
gt;> . >> > -- > 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://grou

Re: Python/Django, "The 'poster' attribute has no file associated with it"

2020-08-28 Thread RANGA BHARATH JINKA
groups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/2aae39fa-8fe5-4f83-b139-60918022ae61n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/2aae39fa-8fe5-4f83-b139-60918022ae61n%40googlegroups.com?utm_medium=email_source=

Re: Exporting Filter data

2020-08-26 Thread RANGA BHARATH JINKA
on on the web visit > https://groups.google.com/d/msgid/django-users/a8c3294a-7414-4d50-b1de-85c275fab599n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/a8c3294a-7414-4d50-b1de-85c275fab599n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Than

Re: Python manage.py runserver error

2020-08-25 Thread RANGA BHARATH JINKA
ngo-users/CAO9_9ZZRDPCFb4FnGWNLxku8VTa0x3LNKvVtUFm%2BVT%3DJ2uTOvg%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: why style.css is not read by my codes. i am using VScode for Django

2020-08-24 Thread RANGA BHARATH JINKA
ing 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/CAG0UDYbWg9NQ6vHNdbWA0UNhb3Td1v7Mc4SxnxCeveywe6AMkg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/C

Re: Stream Webcam and with Button Capture Image

2020-08-24 Thread RANGA BHARATH JINKA
t; 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: Real-time audio processing with django-based app?

2020-08-24 Thread RANGA BHARATH JINKA
9da516bn%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving email

Re: load static in css file

2020-08-24 Thread RANGA BHARATH JINKA
hoo.com >>> <https://groups.google.com/d/msgid/django-users/1004603577.4391205.1598272002937%40mail.yahoo.com?utm_medium=email_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "

Re: hello every one. i have a probleme with 'pip install mysqlclient' please i need a help

2020-08-24 Thread RANGA BHARATH JINKA
.com?utm_medium=email_source=footer> > . > -- Thanks and Regards J. Ranga Bharath cell: 9110334114 -- 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 emai

Re: django - admin error

2020-08-21 Thread RANGA BHARATH JINKA
Try using virtual environment On Fri, 21 Aug 2020, 6:59 pm sapna Choudhary, wrote: > run command line django-admin ,you will see list of commands to run > > On Thu, Aug 20, 2020 at 6:47 PM company <2071...@hansung.ac.kr> wrote: > >> Hi, Django users. >> I started to learn programming this year

Re: URGENT ---- Third party API integration basics

2020-08-21 Thread RANGA BHARATH JINKA
scribe 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/CABJxPrHhY0pGi9MoEQz7CHcdkFGmdWoz87BtG5Ky4SaQ_dtFFg%40mail.gmail.com > <https://groups.goo

  1   2   >