Bulk SMS website using django

2020-02-20 Thread Isaac Imafidon
I have a project to develop a bulk sms website using django, but i have not develop this kind of website before. Also the client want to be able to have users that log in and buy credit that they will use to send sms to any part of the world. Also i don't know any recommended company to buy the

Users location tracking

2020-02-20 Thread shedd tutt
Anyone with an idea on how to use the django-user-tracking library -- 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: Python Django Training

2020-02-20 Thread Umar Kambala
Plz add me to the WhatsApp group if there's any +233(0)203502038 thanks On Feb 1, 2020 1:42 PM, "Srikanth K" wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can

Re: Python Django Training

2020-02-20 Thread mahmoud afzally
> > hi > > i am interested please add me tankyou -- 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

Re: Python Django Training

2020-02-20 Thread patlet
I am also intereseted -- 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: Python Django Training

2020-02-20 Thread mahmoud afzally
hi please add me On Sunday, February 16, 2020 at 10:38:09 PM UTC+3:30, Akorede Habeebullah wrote: > > I'm interested too. You can add me up on WhatsApp +2348179564316 > > On Sat, Feb 8, 2020 at 5:48 AM Hector Gonzalez > wrote: > >> Iam interest!!! Take my email >> El 2 feb. 2020 12:33 PM,

Re: understanding urls, forms, and HTTP ERROR 405

2020-02-20 Thread Phil Kauffman
So something like this? def site(request, site_id): site = get_object_or_404(Site.name, pk=site_id) def sitesubmit(request): #site=get_object_or_404(Site, pk=site_id) form = SelectSite() if request.method == 'POST': form = SelectSite(request.POST) if

Object of type date is not JSON serializable

2020-02-20 Thread mick
TypeError at /addForm4 Object of type date is not JSON serializable Request Method: POST Request URL: http://127.0.0.1:8000/addForm4 Django Version: 3.0.1 Exception Type: TypeError Exception Value: Object of type date is not JSON serializable Exception Location:

Re: Python Django Training

2020-02-20 Thread MTS BOUR
Add me. Let start from the bottom Le jeu. 20 févr. 2020 18:56, Mahaboob Khan a écrit : > Add me to the group.. > > On Thu, 6 Feb, 2020, 10:56 PM Aakash Verma, <4k45hr0ck5...@gmail.com> > wrote: > >> I am interested in attending the training for python /django . >> >> On Sat, Feb 1, 2020, 7:12

Re: Django rest framework error

2020-02-20 Thread MTS BOUR
Try from django.http import JsonResponse And use jsonresponse instead Le jeu. 20 févr. 2020 17:59, Soumen Khatua a écrit : > If I'm using serializer then it's working fine but I want to return only > database object. So for that Do I need to add serializer. > > Thank you for your response. >

Re: Python Django Training

2020-02-20 Thread Mahaboob Khan
Add me to the group.. On Thu, 6 Feb, 2020, 10:56 PM Aakash Verma, <4k45hr0ck5...@gmail.com> wrote: > I am interested in attending the training for python /django . > > On Sat, Feb 1, 2020, 7:12 PM Srikanth K >> Hi, >> >> I am from Hyderabad. I am Python Developer by Profession. I am eager take

New to Django. Trying to wrap my head around markdown to html conversion using regex

2020-02-20 Thread Joey Jo Jo Jr
Hello all, I'm working on a class assignment, so I'm not seeking a specific answer/code, but I'm just trying to figure out a general process. The task is this... I have some markdown files located in a directory, however when running the website they need to be displayed as html. Because

Re: understanding urls, forms, and HTTP ERROR 405

2020-02-20 Thread onlinejudge95
On Thu, Feb 20, 2020 at 11:38 PM Phil Kauffman wrote: > Hello, > > Newbie in need of a little shove. It seems I need to review the purpose of > the urls.py file. At present I am getting an HTTP Error 405 with the > following: > HTTP 405 error code states the the HTTP method is not allowed on the

Re: Django rest framework error

2020-02-20 Thread onlinejudge95
On Thu, Feb 20, 2020 at 11:30 PM Soumen Khatua wrote: > If I'm using serializer then it's working fine but I want to return only > database object. So for that Do I need to add serializer. > You do have to serialize your responses, you just can't send Python objects as an HTTP response, think

understanding urls, forms, and HTTP ERROR 405

2020-02-20 Thread Phil Kauffman
Hello, Newbie in need of a little shove. It seems I need to review the purpose of the urls.py file. At present I am getting an HTTP Error 405 with the following: urls.py: path('', views.show_site, name = 'home'), path('site-view', views.List.as_view(), name='site-view') views.py class

Re: Django rest framework error

2020-02-20 Thread Soumen Khatua
If I'm using serializer then it's working fine but I want to return only database object. So for that Do I need to add serializer. Thank you for your response. On Thu 20 Feb, 2020, 11:17 PM MTS BOUR, wrote: > Can you show us your serializer.py file? > > > Le jeu. 20 févr. 2020 17:40, Soumen

Re: Django rest framework error

2020-02-20 Thread MTS BOUR
Can you show us your serializer.py file? Le jeu. 20 févr. 2020 17:40, Soumen Khatua a écrit : > Hi Folks, > > I'm getting this error, I don't know how to solve it: > > > > > *File > "C:\Users\TildeHat\AppData\Local\Programs\Python\Python38-32\lib\json\encoder.py", > line 179, in default

Django rest framework error

2020-02-20 Thread Soumen Khatua
Hi Folks, I'm getting this error, I don't know how to solve it: *File "C:\Users\TildeHat\AppData\Local\Programs\Python\Python38-32\lib\json\encoder.py", line 179, in defaultraise TypeError(f'Object of type {o.__class__.__name__} 'TypeError: Object of type User is not JSON serializable*

Re: Request to disallow using django name in third party django packages name

2020-02-20 Thread אורי
It's very useful that packages that use Django also include "django" in their names. I don't think there is any reason to disallow it. בתאריך יום ה׳, 20 בפבר׳ 2020, 14:23, מאת Abhilash Nair ‏: > Hi everyone, > > I am new to Django. Whenever I try to search for way to implement certain > ideas

Re: Why can't Nginx find Django's static files?

2020-02-20 Thread Stephen J. Butler
Django only serves up static files itself when run using runserver. This is meant for development and not production use. When you run it through gunicorn the Django framework won't serve up static files. That's why you connections to :8000 (gunicorn directly, bypassing nginx) don't work right.

Why can't Nginx find Django's static files?

2020-02-20 Thread Robert F.
I'm trying to understand how static files are served up by Django using a project I've created on my Mac using Django 3, Gunicorn, and Nginx. The website serves up templates correctly except that the templates can't see my CSS stylesheet. When I go to a page, for example

Re: Bootstrap Nav Bar

2020-02-20 Thread onlinejudge95
On Thu, Feb 20, 2020 at 8:24 PM Perceval Maturure wrote: > Dear all > I need help with making a bootstrap Nav bar which populates menus > restricted to a certain width of the nav bar > > Any pointers? > Maybe ask on a bootstrap mailing list > Regards > > -- > You received this message because

Re: Bootstrap Nav Bar

2020-02-20 Thread Kasper Laudrup
Hi Perceval, On 20/02/2020 15.54, Perceval Maturure wrote: Dear all I need help with making a bootstrap Nav bar which populates menus restricted to a certain width of the nav bar Any pointers? The Twitter Bootstrap forum would probably be a good place to ask:

Bootstrap Nav Bar

2020-02-20 Thread Perceval Maturure
Dear all I need help with making a bootstrap Nav bar which populates menus restricted to a certain width of the nav bar Any pointers? Regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Django User Roles and user relations

2020-02-20 Thread onlinejudge95
On Thu, Feb 20, 2020 at 5:53 PM Kirankumar wrote: > Hii All.. > > I'm trying to give level roles like admin defaultly it is > available and Manager group and normal user groups in my django > aplication... > > Generally admin can fetch all the records created by all >

Re: Request to disallow using django name in third party django packages name

2020-02-20 Thread Omkar Parab
All the third party apps are open source. Codes are available on github. You can create your own. Just like you, they've also created, and kept public. On Thu, Feb 20, 2020, 6:57 PM 'Artem Vasin' via Django users < django-users@googlegroups.com> wrote: > Hi! > > *Tl;dr no I don’t think so,

Re: Retaining text in search input boxes

2020-02-20 Thread onlinejudge95
+1 On Thu, Feb 20, 2020 at 4:25 PM Farai M wrote: > For drop downs use JavaScript script or JQuery to set the value of the > value of the selected item.For input use an if on the value if it's > populated then the input value is equal to the attribute us you put it > .Another option is to use

Re: Request to disallow using django name in third party django packages name

2020-02-20 Thread 'Artem Vasin' via Django users
Hi! Tl;dr no I don’t think so, actually it’s very useful. IMHO, you are barking at the wrong tree. As I see it, and I think many would agree with me, using third-party libraries instead of implementing your own, are the way to go in Django and Python and open-source community in general. It

I am not able to render my file fields in the Database so not able to upload image

2020-02-20 Thread mick
forms.py class FormStep8(forms.Form): portraitphoto=forms.ImageField(label='Portrait photos of yourself') high_resolution=forms.ImageField(label='3 High Resolution pictures') company_logo=forms.ImageField(label='Company Logo') product_images=forms.ImageField(label='Product

RE: Python Django Training

2020-02-20 Thread Parvez Khan Pathan
intrested Sent from Mail for Windows 10 From: Thiagu Palaniappan Sent: Thursday, 20 February 2020 18:19 To: django-users@googlegroups.com Subject: Re: Python Django Training

Re: Python Django Training

2020-02-20 Thread Thiagu Palaniappan
I'm also interested. Please add me in the group. Thanks & Regards, Thiagu On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul wrote: > I am interested also. Please let me know the details. > > On Sat 1 Feb, 2020, 2:42 PM Srikanth K, wrote: > >> Hi, >> >> I am from Hyderabad. I am Python Developer

Re: How to do SEO for my django website

2020-02-20 Thread savaş özkarakaya
I don't know is there ? *seo hizmeti * 3 Ocak 2020 Cuma 15:41:28 UTC+3 tarihinde Yash Garg yazdı: > > Is there any package or module available for SEO of django website ? > > -- You received this message because you are subscribed to the Google Groups "Django

Request to disallow using django name in third party django packages name

2020-02-20 Thread Abhilash Nair
Hi everyone, I am new to Django. Whenever I try to search for way to implement certain ideas using django, most of the results are of using the third party django apps. As of now I am not interested in using the third party django apps. For example I was try implement rest api using django

Django User Roles and user relations

2020-02-20 Thread Kirankumar
Hii All.. I'm trying to give level roles like admin defaultly it is available and Manager group and normal user groups in my django aplication... Generally admin can fetch all the records created by all users..Now my requirement is the user which is in manager group can

Re: Retaining text in search input boxes

2020-02-20 Thread Farai M
For drop downs use JavaScript script or JQuery to set the value of the value of the selected item.For input use an if on the value if it's populated then the input value is equal to the attribute us you put it .Another option is to use the default on attribute but make it an empty string so you

Re: Retaining text in search input boxes

2020-02-20 Thread Dick Arnold
I should have said {{attribute name}}, not value. On Saturday, February 15, 2020 at 12:50:59 PM UTC-6, Dick Arnold wrote: > > I have a personnel database which has to be edited to keep it current. > I have created search parameters to find the person to edit. > The exact name of the person is not

Re: Retaining text in search input boxes

2020-02-20 Thread Dick Arnold
On Thursday, February 20, 2020 at 4:14:18 AM UTC-6, Dick Arnold wrote: > > I used a value of {{attribute value}}. so it is nor a fixed value, but is > the value submitted. Doesn't work well for drop down input fields. still > researching. > > On Saturday, February 15, 2020 at 12:50:59 PM

Re: Retaining text in search input boxes

2020-02-20 Thread Dick Arnold
I used a value of {{attribute value}}. so it is nor a fixed value, but is the value submitted. Doesn't work well for drop down input fields. still researching. On Saturday, February 15, 2020 at 12:50:59 PM UTC-6, Dick Arnold wrote: > > I have a personnel database which has to be edited to