Re: New Comer Alert !!!

2020-07-21 Thread Mike Dewhirst
Old comer alert! There are those among us who will never have anything to do with facebook. Here is where to look ... https://www.djangoproject.com/community/ On 22/07/2020 1:29 pm, Exactly musty wrote: > this is the reason am active on facebook, i get to get my problem > solved than i do in

Re: Python-django project

2020-07-21 Thread sai Krishna
I am interested On Tue, 21 Jul 2020, 11:12 pm Mahendra, wrote: > I am interested > > MAHENDRA YADAV > > On Tue, 21 Jul 2020, 8:39 am learn code, wrote: > >> Hi everyone, >> >> I am learning python and django, like to work on the projects to improve >> more.If any one interested to join with me

Re: Not found media/some.jpg

2020-07-21 Thread Exactly musty
delete the media folder and add image again from your admin On Wednesday, July 22, 2020 at 3:56:35 AM UTC+1, Salima Begum wrote: > > Hi all, > Here, i am using three image fields in PostAd form. Images are not saved > to the media folder. Can anyone help me please. > > In models.py > > class c

Re: New Comer Alert !!!

2020-07-21 Thread Exactly musty
this is the reason am active on facebook, i get to get my problem solved than i do in stackoverflow https://web.facebook.com/groups/python.django On Wednesday, July 22, 2020 at 2:07:28 AM UTC+1, David Kyenshak wrote: > > Hello everyone, my name is David. I'm new to django. I've been doing > djan

Not found media/some.jpg

2020-07-21 Thread Salima Begum
Hi all, Here, i am using three image fields in PostAd form. Images are not saved to the media folder. Can anyone help me please. In models.py class classifieds(models.Model): title = models.CharField(max_length=60) description = models.CharField(max_length=600) price = models.IntegerF

Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Chaitanya Sai
Can any one Look into this thing ?? On Tue, Jul 21, 2020 at 8:09 PM Sai wrote: > I am working Django rest framework api project, where I had multiple apps > in the project. I got a circular import error when I am adding the app URLs > to the main URLs. I Tried everything checked spellings, c

New Comer Alert !!!

2020-07-21 Thread kyenshak david
Hello everyone, my name is David. I'm new to django. I've been doing django for Four months now and i must say I've enjoyed every bit of it. Though i encountered challenges errors along the way, but its all worth it. once again i'm glad to be here and am happy to meet you guys. and please if the

Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Mike Dewhirst
On 22/07/2020 10:08 am, Sai wrote: > I am working Django rest framework api project, where I had multiple > apps in the project. I got a circular import error when I am adding > the app URLs to the main URLs. I Tried everything checked spellings, > checked app structure but no use. Its been really

How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Sai
I am working Django rest framework api project, where I had multiple apps in the project. I got a circular import error when I am adding the app URLs to the main URLs. I Tried everything checked spellings, checked app structure but no use. Its been really frustrating with issue..please help to

Re: can't find index

2020-07-21 Thread Ralph Barhydt
Superb answer. To the point, relevant and accurate. Very helpful. I don't understand the intent of the other two answers. Chastising? Thank you Liu Zheng... On Saturday, July 18, 2020 at 6:48:18 AM UTC-7, Liu Zheng wrote: > > I believe you were following the official tutorial on Django's web

Django app to PWA

2020-07-21 Thread Anirudh choudhary
Hello everyone can anyone share me the link how to make your webpage to Progressive web app i have tried django-pwa and other package Thankyou -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Secure Way to send token to javascript

2020-07-21 Thread Anirudh choudhary
Hello everyone I am Making a website on which I am extracting the data from API using ajax request. To Secure my API I use restframe.authtoken.when I am using inline javascript in base.html. I am passing my Token as context data to HTML file and using it but now I put my javascript in static stora

Re: manage.py is giving me an error

2020-07-21 Thread Jagtar Singh Lakhyan
Use python3 & install if Not installed On Tue, Jul 21, 2020 at 11:19 PM Kovy Jacob wrote: > Jacob-Mac-mini:TachlisGeredt kovyjacob$ python manage.py runserver > 0.0.0.0:8000 > > File "manage.py", line 16 > > ) from exc > > ^ > > SyntaxError: invalid syntax > > > why am I getting a

manage.py is giving me an error

2020-07-21 Thread Kovy Jacob
Jacob-Mac-mini:TachlisGeredt kovyjacob$ python manage.py runserver 0.0.0.0:8000 File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax why am I getting an error, I never edited manage.py -- You received this message because you are subscribed to the Google Grou

Re: Import csv file on django view

2020-07-21 Thread Liu Zheng
Hi. First of all, I think it's impossible to perfectly detect encoding without further information. See the answer in this SO post: https://stackoverflow.com/questions/436220/how-to-determine-the-encoding-of-text There are many packages and tools to help detect encoding format, but keep in min

Re: Python-django project

2020-07-21 Thread Mahendra
I am interested MAHENDRA YADAV On Tue, 21 Jul 2020, 8:39 am learn code, wrote: > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You received this messa

Interested

2020-07-21 Thread Mahendra Yadav
avulamahen...@gmail.com -- 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 http

Where to check detailed info (reference page, not the topics page) about contrib.auth.views.LogoutView?

2020-07-21 Thread Liu Zheng
Hi guys, I'm trying to solve a simple problem: add a message "You've logged out!" After redirecting user to login page. I got one nice solution at https://stackoverflow.com/questions/11393929/django-message-when-logout from django.contrib.auth.views import LogoutView class YourCustomLogoutView

Re: Python-django project

2020-07-21 Thread Madhav Nandan
Interested. email: mnanda...@gmail.com Github: https://github.com/madhav06 LinkedIn: https://www.linkedin.com/in/madhav-nandan-a7809a8b/ On Tue, Jul 21, 2020 at 8:23 PM Mangal Is Back wrote: > if anym=one have books ore anything related to django and its > database.please share it > > > On Tue

Re: Python-django project

2020-07-21 Thread Aouinti Mahmoud
Interested Le mar. 21 juil. 2020 à 16:53, Mangal Is Back a écrit : > if anym=one have books ore anything related to django and its > database.please share it > > > On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku wrote: > >> interested >> >> On Tue, Jul 21, 2020 at 4:09 AM learn code >> wrote: >>

Re: Python-django project

2020-07-21 Thread dr neyx de godlove
interested On Tue, Jul 21, 2020 at 5:53 PM Mangal Is Back wrote: > if anym=one have books ore anything related to django and its > database.please share it > > > On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku wrote: > >> interested >> >> On Tue, Jul 21, 2020 at 4:09 AM learn code >> wrote: >> >>

Re: Using primary key to update via POST request.

2020-07-21 Thread Liu Zheng
Hi, do you mean in the GET request, the user provides the pk (perhaps in URL) or the server sends to users an object where pk is a field? If it's the former, then @George's answer is the right one. An example of what you are trying to achieve will be helpful. Best Zheng On Tue, Jul 21, 2020 at 1

Re: Python-django project

2020-07-21 Thread Mangal Is Back
if anym=one have books ore anything related to django and its database.please share it On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku wrote: > interested > > On Tue, Jul 21, 2020 at 4:09 AM learn code > wrote: > >> Hi everyone, >> >> I am learning python and django, like to work on the projects

Re: Python-django project

2020-07-21 Thread yassin ndaye
interest On Tue, 21 Jul 2020 at 08:09, Ogunsanya Opeyemi wrote: > Hi i am intrested > > On Tuesday, July 21, 2020, Ernest Thuku wrote: > >> Interested >> >> On Tue, Jul 21, 2020, 07:45 yammuna pari wrote: >> >>> Hai I am interested >>> >>> Regards, >>> >>> Yamuna >>> >>> On Tue, Jul 21, 2020 a

Re: Python-django project

2020-07-21 Thread Daniel Njoku
interested On Tue, Jul 21, 2020 at 4:09 AM learn code wrote: > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You received this message because you are

Re: Python-django project

2020-07-21 Thread Tobi DEGNON
Interested, what kind of projects is it ? Le mar. 21 juill. 2020 04 h 10, learn code a écrit : > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You rece

Re: Python-django project

2020-07-21 Thread ROHINI PUNDE
I am interested to work on projects,I send my email-id please see it. email-punderoh...@gmail.com On Monday, July 20, 2020 at 8:09:08 PM UTC-7, learn code wrote: > > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join wit

Re: Python-django project

2020-07-21 Thread Chuck Yu
Interested. On Monday, July 20, 2020 at 8:09:08 PM UTC-7, learn code wrote: > > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > -- You received this message