Please help me out!

2020-06-19 Thread meera gangani
Hello , I want to implement a Notification module in my Project could you please help me out! Thank you -Meera Gangani -- 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: someone to help in this please

2020-06-18 Thread Peter Kirieny
thanks again Richard, this helped a lot On Wed, 17 Jun 2020 at 16:07, Richard Balwane wrote: > -> Do a .whl installation - In the environment! > Download "GDAL-3.0.4-cp37-cp37m-win_amd64.whl", if using Python 3.7 on > Windows 64-bit > Say... > Command(env activated, path to the file): >

Re: someone to help in this please

2020-06-17 Thread Peter Kirieny
fortunately am in windows, once again thanks I'll let you know the proceeds On Wed, 17 Jun 2020 at 15:23, Kasper Laudrup wrote: > Hi Peter, > > On 17/06/2020 14.04, Peter Kirieny wrote: > > yea, I installed it with OSGEO4W > > > > So I assume you are on Windows? > > It would have been quite

Re: someone to help in this please

2020-06-17 Thread Peter Kirieny
Thanks to all, let me try and hope you won't mind me coming back in case of anything 'AM NEW' On Wed, 17 Jun 2020 at 16:07, Richard Balwane wrote: > -> Do a .whl installation - In the environment! > Download "GDAL-3.0.4-cp37-cp37m-win_amd64.whl", if using Python 3.7 on > Windows 64-bit >

Re: someone to help in this please

2020-06-17 Thread Richard Balwane
-> Do a .whl installation - In the environment! Download "GDAL-3.0.4-cp37-cp37m-win_amd64.whl", if using Python 3.7 on Windows 64-bit Say... Command(env activated, path to the file): python.exe -m pip install "C:\\Users\\Mossad\\Downloads\\GDAL-3.0.4-cp37-cp37m-win_amd64.whl" -> Include

Re: someone to help in this please

2020-06-17 Thread Kasper Laudrup
Hi Peter, On 17/06/2020 14.04, Peter Kirieny wrote: yea, I installed it with OSGEO4W So I assume you are on Windows? It would have been quite useful if you had written that in your initial question. I'm not very experienced on that platform, but the installer you used has most likely

Re: someone to help in this please

2020-06-17 Thread Peter Kirieny
yea, I installed it with OSGEO4W On Tue, 16 Jun 2020 at 18:14, Budi Hermansyah wrote: > Did you already install gdal n friends? > > > https://docs.djangoproject.com/en/3.0/ref/contrib/gis/install/geolibs/ > > > > On Tue, 16 Jun 2020 at 22.12 Peter Kirieny wrote: > >> am using Geodjango with

Re: someone to help in this please

2020-06-16 Thread Budi Hermansyah
Did you already install gdal n friends? https://docs.djangoproject.com/en/3.0/ref/contrib/gis/install/geolibs/ On Tue, 16 Jun 2020 at 22.12 Peter Kirieny wrote: > am using Geodjango with postgresql db and i get this error while trying to > run the server; > raise ImproperlyConfigured( >

someone to help in this please

2020-06-16 Thread Peter Kirieny
am using Geodjango with postgresql db and i get this error while trying to run the server; raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal204", "gdal203", "gdal202", "gdal201", "gdal20"). Is GDAL installed? If it i s, try

Re: Need help

2020-06-15 Thread Kelvin Sajere
On Sun, Jun 14, 2020 at 19:38 Deborah wrote: > good evening > the tags that I use in the html file, appear on browsers when I launch the > server, what to do ??? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this

Re: Need your help!!

2020-06-15 Thread Kelvin Sajere
One of the main advantages of using a web framework or any framework for that matter is that it takes away most of the stress of having to figure out how to secure your application. Django is maintained and developed by some of the best developers in the industry, so they already took care of most

Re: Need your help!!

2020-06-15 Thread kuldeep singh
create secure Superuser On Monday, 15 June 2020 09:59:56 UTC-7, meera gangani wrote: > > Hello , > > How to apply security in django application and how to > secure django applications > > Thanks in advance > -Meera Gangani > -- You received this message because you are

Re: Need your help!!

2020-06-15 Thread Chetan Ganji
angani > *Sent: *15 June 2020 22:28 > *To: *django-users@googlegroups.com > *Subject: *Need your help!! > > > > Hello , > > > > How to apply security in django application and how to > secure django applications > > > > Thanks in adva

RE: Need your help!!

2020-06-15 Thread Vishesh Mangla
What kind of security? Sent from Mail for Windows 10 From: meera ganganiSent: 15 June 2020 22:28To: django-users@googlegroups.comSubject: Need your help!! Hello ,                  How to apply security in django application and  how to secure django applications Thanks in advance -Meera Gangani

Need your help!!

2020-06-15 Thread meera gangani
Hello , How to apply security in django application and how to secure django applications Thanks in advance -Meera Gangani -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Need help

2020-06-15 Thread Kumar Shantanu
My best guess you are trying to open the HTML file from your storage and not trying to access it by putting the server on Try using ::: py manage.py runserver to run the server and then try to access your page using your browser cheers :) On Mon, Jun 15, 2020 at 9:39 AM RANGA BHARATH

Re: Need help

2020-06-14 Thread RANGA BHARATH JINKA
Hi, You should not load html file directly. You have to include html file inside a view, and call the url linked to that view in urls.py file. You have to use the url to access the view. All the best. On Mon, Jun 15, 2020 at 3:33 AM Yannick Kiki wrote: > {% load static %} should be the

Re: Need help

2020-06-14 Thread Yannick Kiki
{% load static %} should be the first line in the template On Sun, Jun 14, 2020 at 20:27 Julio Cojom wrote: > Based on the url of the browser, seems like python isn't interpreting the > HTML file. This url isn't friendly, django not shows ".html" when you > browse inside your app. Are you

Re: Need help

2020-06-14 Thread Julio Cojom
Based on the url of the browser, seems like python isn't interpreting the HTML file. This url isn't friendly, django not shows ".html" when you browse inside your app. Are you running with py manage.py runserver? Why the port is 63342? Usualy the port is 8000 unless you explicit changed it. Try

Re: Need help

2020-06-14 Thread Ragnar Örn Ólafsson Ólafsson
Category:{%category%} is being parsed as normal text inside of the HTML. On Sun, 14 Jun 2020 at 19:04, Deborah wrote: > > > Le dimanche 14 juin 2020 20:38:43 UTC+2, Deborah a écrit : >> >> good evening >> the tags that I use in the html file, appear on browsers when I launch >> the server, what

Re: Need help

2020-06-14 Thread Deborah
Le dimanche 14 juin 2020 20:38:43 UTC+2, Deborah a écrit : > > good evening > the tags that I use in the html file, appear on browsers when I launch the > server, what to do ??? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Need help

2020-06-14 Thread Julio Cojom
Show your file please El dom., 14 de junio de 2020 12:38 p. m., Deborah escribió: > good evening > the tags that I use in the html file, appear on browsers when I launch the > server, what to do ??? > > -- > You received this message because you are subscribed to the Google Groups > "Django

Need help

2020-06-14 Thread Deborah
good evening the tags that I use in the html file, appear on browsers when I launch the server, what to do ??? -- 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

Need help in oops django and python

2020-06-14 Thread Karthiki Chowdary
it as alternative please help me don't have much time to resolve this issue. How can I write that self.tab_group.kwargs in to another class or another function please help I was beginner to django and coding also. -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: I need help on Keycloak with django

2020-06-12 Thread Kasper Laudrup
Hi Raghavendra, On 12/06/2020 12.00, Raghavendra AK wrote: I'm training to implement keycloak with django using https://github.com/jhuapl-boss/boss-oidc but getting error : *Could not import 'path.to.function' for API setting 'LOAD_USER_ROLES'. ModuleNotFoundError: No module named 'path'* *

I need help on Keycloak with django

2020-06-12 Thread Raghavendra AK
I'm training to implement keycloak with django using https://github.com/jhuapl-boss/boss-oidc but getting error : *Could not import 'path.to.function' for API setting 'LOAD_USER_ROLES'. ModuleNotFoundError: No module named 'path'* I really appreciate your help or any sample code -- You

Re: I need help

2020-06-09 Thread Devender Kumar
stored in django > > Here is my script.txt file is a js file, i don't know how to store js > variables in django and stored into the database, > please help me out > > Thanking You in advance > -Meera Gangani > > -- > You received this message because you

Re: Help Me!!

2020-06-08 Thread Yamen Gamal Eldin
o view and send it to the HTML > page. > Playing with Button as Start / Stop can be done using HTML and (or) > JavaScript. > > Let me know if you need help in python code for StopWatch. > > Hope this helps. > > Thanks & Regards, > - > Mayank T

Re: Help Me!!

2020-06-08 Thread _M_A_Y_A_N_K_
Do you already have a python code for StopWatch...? If so then you can directly use that python code in your django view and send it to the HTML page. Playing with Button as Start / Stop can be done using HTML and (or) JavaScript. Let me know if you need help in python code for StopWatch. Hope

Help Me!!

2020-06-08 Thread meera gangani
Hello, I want to create Stopwatch in django where, we provide One start button and that turned into stop button, it means when we click the start button that turns into a stop button. Please help me out!! Thanks in advance -Meera Gangani -- You received this message

Re: Help me!

2020-06-08 Thread talk fun
I am also beginning And I created hello world website On Mon, Jun 8, 2020, 11:47 AM meera gangani wrote: > I want to create personal chat in django!! > > What Can I Do? > And What are the Libraries I install? > Please Help Me Out!! > > Thanks in advance > -Meera Ganga

Re: Help me!

2020-06-08 Thread mabalafundi igube
07 h 18, meera gangani a >>> écrit : >>> >>>> I want to create personal chat in django!! >>>> >>>> What Can I Do? >>>> And What are the Libraries I install? >>>> Please Help Me Out!! >>>> >>>> Thanks

Re: Help me!

2020-06-08 Thread KAILAZZ Vs
> >> I want to create personal chat in django!! >> >> What Can I Do? >> And What are the Libraries I install? >> Please Help Me Out!! >> >> Thanks in advance >> -Meera Gangani >> >> -- >> You received this message because you are subscribe

Re: Help me!

2020-06-08 Thread Yamen Gamal Eldin
; Make research about Django channels >> >> Le lun. 8 juin 2020 07 h 18, meera gangani a >> écrit : >> >>> I want to create personal chat in django!! >>> >>> What Can I Do? >>> And What are the Libraries I install? >>> Please Help Me O

Re: Help me!

2020-06-08 Thread Agnese Camellini
n django!! >> >> What Can I Do? >> And What are the Libraries I install? >> Please Help Me Out!! >> >> Thanks in advance >> -Meera Gangani >> >> -- >> You received this message because you are subscribed to the Google Groups >>

Re: Help me!

2020-06-08 Thread Tobi DEGNON
Make research about Django channels Le lun. 8 juin 2020 07 h 18, meera gangani a écrit : > I want to create personal chat in django!! > > What Can I Do? > And What are the Libraries I install? > Please Help Me Out!! > > Thanks in advance > -Meera Gangani > >

Help me!

2020-06-08 Thread meera gangani
I want to create personal chat in django!! What Can I Do? And What are the Libraries I install? Please Help Me Out!! Thanks in advance -Meera Gangani -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Need Help in Django DataFrames Graph Generation

2020-06-06 Thread Balaji Shetty
Hi Can any body help me in this scenario. Please see the attached file. X axis is Date and Y Axis are Attendance of Physics , chemistry, math and English Subject Students totals. How can I pass Data from model into dataframe object. This example is Static. I want to get data Dynamically from

Re: Please help me out!!!!!

2020-06-03 Thread Lily Perera Capetillo
>> wrote: >> >>> Hello Django-users >>> >>> href is not working >>> here is my views.py file and my urls.py file >>> >>> Please Help me out!! >>> >>> Thank you in advance >>> -Meera >>> >>

Re: Please help me out!!!!!

2020-06-03 Thread Hella Nick
请检查您的路由地址,问题就出现在那里。 meera gangani 于2020年6月3日 周三15:19写道: > Hello Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! > > Thank you in advance > -Meera > > -- > You received this message because you

Re: Please help me out!!!!!

2020-06-03 Thread Integr@te System
Hi freind, You ever check typo in your code in base.html on for loop at "noti"!? gl! On Wed, Jun 3, 2020, 2:20 PM meera gangani wrote: > Hello Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! >

Re: Please help me out!!!!!

2020-06-03 Thread 'Ajay Rathore' via Django users
llo Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! > > Thank you in advance > -Meera > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. &g

Re: Please help me out!!!!!

2020-06-03 Thread maninder singh Kumar
y runserver command. This might give more >> information on the problem. >> >> Regards >> >> Ajay >> >> >> On Wed, Jun 3, 2020 at 10:21 AM meera gangani >> wrote: >> >>> Hello Django-users >>> >>> href i

Re: Please help me out!!!!!

2020-06-03 Thread meera gangani
ng ./manage.py runserver command. This might give more > information on the problem. > > Regards > > Ajay > > > On Wed, Jun 3, 2020 at 10:21 AM meera gangani > wrote: > >> Hello Django-users >> >> href is not working >> here is my views.py

RE: Please help me out!!!!!

2020-06-03 Thread Vishesh Mangla
2020 12:49To: django-users@googlegroups.comSubject: Please help me out! Hello Django-users href is not workinghere is my views.py file and my urls.py file Please Help me out!! Thank you in advance-Meera-- You received this message because you are subscribed to the Google Groups "Django us

Re: Please help me out!!

2020-06-01 Thread Kasper Laudrup
Hi Meer,a On 01/06/2020 19.50, meera gangani wrote: I want to mark the attendance of all the employee So , my I’m working on hr management system . And we have to mark the attendance of all the employee So, we thought something new we can implement So we find a way 1. to using MAC address

Please help me out!!

2020-06-01 Thread meera gangani
I want to mark the attendance of all the employee So , my I’m working on hr management system . And we have to mark the attendance of all the employee So, we thought something new we can implement So we find a way 1. to using MAC address otherwise IP address 2. Employee comes in building he can

Re: Can you please help me

2020-06-01 Thread Ayush Gupta
On Mon, Jun 1, 2020, 7:02 PM Ogunsanya Opeyemi wrote: > How do i upload images using pillow in django and my database engine is > mysql. I am trying to view my uploaded image but i can't find it. > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Can you please help me

2020-06-01 Thread Kasper Laudrup
/ But of course, without knowing what you have done or seen any of your code it is very hard to help you. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Can you please help me

2020-06-01 Thread Ogunsanya Opeyemi
How do i upload images using pillow in django and my database engine is mysql. I am trying to view my uploaded image but i can't find it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Can You please help me out!!!

2020-05-31 Thread Julio Cojom
notification.date >>> {% endfor %} >>> >>> Saygılarımla, >>> Sencer HAMARAT >>> >>> >>> >>> On Fri, May 29, 2020 at 1:59 PM meera gangani >>> wrote: >>> >>>> i want to fetch last 3

Re: Please help me out?

2020-05-31 Thread Larry Martell
On Sat, May 30, 2020 at 11:30 PM meera gangani wrote: > > I want to generate trello-board in my django application > Can anyone tell me the How to do this? > Trello-board is like( to-do and future enhancements and doing ) where there > are 3-4 columns Take a look at

Re: Please help me out?

2020-05-31 Thread meera gangani
Like I have to implement trello board function in django In order that I have to implement archieve functionality and separately provided boxes for that 1.todo 2.doing 3 future enhancements etc. On Sunday, May 31, 2020, Sharva kant wrote: > Hi Meera, > > I believe you would have to use

Re: Please help me out?

2020-05-30 Thread Sharva kant
Hi Meera, I believe you would have to use Javascript framework on front end to do that. You can use Vuejs, Angular js , React or Ember to do that Cheers Sharva On Sat, 30 May 2020 at 22:31, meera gangani wrote: > I want to generate trello-board in my django application > Can anyone tell me

Please help me out?

2020-05-30 Thread meera gangani
I want to generate trello-board in my django application Can anyone tell me the How to do this? Trello-board is like( to-do and future enhancements and doing ) where there are 3-4 columns In-advance thank you -Meera Gangani -- You received this message because you are subscribed to the Google

Re: Can You please help me out!!!

2020-05-29 Thread meera gangani
have to iterate notifications in template via for loop. For >> example; >> >> {% for notification in notifications %} >> notification.title >> notification.message >> notification.date >> {% endfor %} >> >> Saygılarımla, >> Sencer HAMARAT >> >&g

Re: Can You please help me out!!!

2020-05-29 Thread meera gangani
ri, May 29, 2020 at 1:59 PM meera gangani > wrote: > >> i want to fetch last 3 records for notification!! >> But I only fetch last 1 record. >> >> Can you please help me out!!! >> Can i use filters?? >> >> And my model fields are: >> title= &

Re: help on jwt

2020-05-29 Thread ola neat
ea i checked the permission_classes variable, i got attached the error message displayed On Thu, May 21, 2020 at 4:34 PM Chetan Ganji wrote: > If you post the error, someone can help you better. > > Did you look into authentication_classes variable of the endpoint ??? > > Re

Re: Can You please help me out!!!

2020-05-29 Thread Sencer Hamarat
%} Saygılarımla, Sencer HAMARAT On Fri, May 29, 2020 at 1:59 PM meera gangani wrote: > i want to fetch last 3 records for notification!! > But I only fetch last 1 record. > > Can you please help me out!!! > Can i use filters?? > > And my model fields are: > title= >

RE: RES: Please help me pip install mysqlclient time screenshot image this error

2020-05-26 Thread Vishesh Mangla
Sorry for duplicate answer. I posted late. Sent from Mail for Windows 10 From: Samuel NogueiraSent: 26 May 2020 22:49To: django-users@googlegroups.comSubject: RES: Please help me pip install mysqlclient time screenshot image this error In the error shows that you don’t have visual C++ 14.0

RE: Please help me pip install mysqlclient time screenshot image this error

2020-05-26 Thread Vishesh Mangla
See the last photo, it says Microsoft Visual C++ 14 required. You are surely using win 7. Please try install Visual studio community version  https://visualstudio.microsoft.com/vs/. Sent from Mail for Windows 10 From: R D SainiSent: 26 May 2020 22:40To: Django usersSubject: Please help me pip

RES: Please help me pip install mysqlclient time screenshot image this error

2020-05-26 Thread Samuel Nogueira
:10Para: Django usersAssunto: Please help me pip install mysqlclient time screenshot image this error  -- 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-user

Re: TYPE ERROR at /login/: ; Help me Resolve

2020-05-23 Thread Madhav Nandan
>> >>> I was making an eCommerce web application using Django 2.X. >>> >>> I'm getting TYPE ERROR at /login/: >>> here screenshots are attached, help me resolve issues: >>> >>> I did make all the required changes, however, I don't find h

Re: TYPE ERROR at /login/: ; Help me Resolve

2020-05-23 Thread Anubhav Madhav
> Remove the parenthesis, print(request.user.is_autheticated) > > Le samedi 23 mai 2020 07:06:08 UTC, Madhav Nandan a écrit : >> >> Hello all, >> >> I was making an eCommerce web application using Django 2.X. >> >> I'm getting TYPE ERROR at /login/: &g

Re: TYPE ERROR at /login/: ; Help me Resolve

2020-05-23 Thread Ousseynou Diop
; > I'm getting TYPE ERROR at /login/: > here screenshots are attached, help me resolve issues: > > I did make all the required changes, however, I don't find how to get rid > of this. > > for all docs, please follow this link: > > https://drive.google.com

Re: TYPE ERROR at /login/: ; Help me Resolve

2020-05-23 Thread Kasper Laudrup
Hi Madhav, On 23/05/2020 09.03, Madhav Nandan wrote: Hello all, I was making an eCommerce web application using Django 2.X. I'm getting TYPE ERROR at /login/: here screenshots are attached, help me resolve issues: I did make all the required changes, however, I don't find how to get rid

Re: TYPE ERROR at /login/: ; Help me Resolve

2020-05-23 Thread LGBS fine soul coders
Py manage. py makemigrations On May 23, 2020 10:04, "Madhav Nandan" wrote: > Hello all, > > I was making an eCommerce web application using Django 2.X. > > I'm getting TYPE ERROR at /login/: > here screenshots are attached, help me resolve issues: > > I

Re: Please help me out?

2020-05-21 Thread o1bigtenor
On Thu, May 21, 2020 at 2:10 PM Kasper Laudrup wrote: > > Hi Meera, > > On 21/05/2020 14.50, meera gangani wrote: > > Actually my Problem is that i want to mark the attendance of all the > > employee using ip address referenced to the mac address > > So First I turned ip into whitelisting

Re: Please help me out?

2020-05-21 Thread Kasper Laudrup
Hi Meera, On 21/05/2020 14.50, meera gangani wrote: Actually my Problem is that i want to mark the attendance of all the employee using ip address referenced to the mac address So First I turned ip into whitelisting ip(Trusted IP Addresses ) then what was the implementation I do? It is not

Re: help on jwt

2020-05-21 Thread Chetan Ganji
If you post the error, someone can help you better. Did you look into authentication_classes variable of the endpoint ??? Regards, Chetan Ganji +91-900-483-4183 ganji.che...@gmail.com http://ryucoder.in On Thu, May 21, 2020 at 6:48 PM ola neat wrote: > halo, i'm working on implementing

Re: Please help me out?

2020-05-21 Thread meera gangani
t;> I want to mark the attendance of employee using ip address or any other >> way >> can you please help me out of the situation? >> >> Thanking You, >> Meera. >> >> -- >> You received this message because you are subscribed to the Google Groups >&

Re: Please help me out?

2020-05-21 Thread 'Arno Franken' via Django users
Plees Mera, respect the the recommendation of Vishesh as his answer is completely straight to me and you should be thankful. The point is, what is exactly your question? That's the point I do not understand, your question is really vague. To help you out: - What have you already tried? - What

Re: Please help me out?

2020-05-21 Thread Anuroop Pendela
to go for location based solution which is easy capturing from mobile or browser. On Thu 21 May, 2020, 10:39 AM meera gangani, wrote: > I want to mark the attendance of employee using ip address or any other way > can you please help me out of the situation? > > Thanking

Re: Please help me out?

2020-05-21 Thread meera gangani
> > > *From: *meera gangani > *Sent: *21 May 2020 10:39 > *To: *django-users@googlegroups.com > *Subject: *Please help me out? > > > > I want to mark the attendance of employee using ip address or any other way > > can you please help me out of the situation? >

RE: Please help me out?

2020-05-20 Thread Vishesh Mangla
You need to look at the “header” of the request object for those details. Sent from Mail for Windows 10 From: meera ganganiSent: 21 May 2020 10:39To: django-users@googlegroups.comSubject: Please help me out? I want to mark the attendance of employee using ip address or any other waycan you please

Please help me out?

2020-05-20 Thread meera gangani
I want to mark the attendance of employee using ip address or any other way can you please help me out of the situation? Thanking You, Meera. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Can you help me out?

2020-05-20 Thread Suraj Thapa FC
Django channels On Wed, 20 May, 2020, 9:07 pm chaitanya orakala, wrote: > Hi Meera, > Please go through this link, it might help you > https://chatterbot.readthedocs.io/en/stable/django/ > > how ever if you are ok with third-party applications, you can choose > Zendesk or Dr

Re: Can you help me out?

2020-05-20 Thread chaitanya orakala
Hi Meera, Please go through this link, it might help you https://chatterbot.readthedocs.io/en/stable/django/ how ever if you are ok with third-party applications, you can choose Zendesk or Drift. Thank You On Wed, May 20, 2020 at 11:19 AM meera gangani wrote: > I create a chatroom in dja

Can you help me out?

2020-05-20 Thread meera gangani
I create a chatroom in django Please let me help if you know how to do it? Otherwise you can tell me a library so at least I can do it myself? Thanking You -Meera -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: I'm new to this django help me out

2020-05-19 Thread meera gangani
You can watch django tutorial series on youtube otherwise you can also apply to the courses on coursera or udemy On Tuesday, May 5, 2020 at 10:55:48 PM UTC+5:30, sree lekha wrote: > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To

RE: Re: required help to save SECRET_KEY and Third party Private API key

2020-05-19 Thread Vishesh Mangla
Why don’t you use the decouple module? Use it and add it to your gitignore.  Sent from Mail for Windows 10 From: Anirudh choudharySent: 19 May 2020 13:14To: django-users@googlegroups.comSubject: Re: required help to save SECRET_KEY and Third party Private API key thanks for your answer  after your

Re: required help to save SECRET_KEY and Third party Private API key

2020-05-19 Thread Anirudh choudhary
thanks for your answer after your answer, I have tried to edit the ~/.profile file and /etc/profile/ but still, I can't see my key inside my VM instance i am putting SECRET_KEY="jhsgdjadtad876s87dsadsad7sa" in the above file .but when i run the command "env" i can see my key thankyou On Tue,

Re: required help to save SECRET_KEY and Third party Private API key

2020-05-18 Thread Akshat Zala
You can refer the link below: 1. https://cloud.google.com/community/tutorials/secrets-manager-python On Tuesday, 19 May 2020 10:26:17 UTC+5:30, Anirudh choudhary wrote: > > Hello everyone > > I am hosting my website on google cloud platform on Ubuntu VM instance. I > cannot find a way to set

Re: required help to save SECRET_KEY and Third party Private API key

2020-05-18 Thread Akshat Zala
You need to save in ~/.profile On Tuesday, 19 May 2020 10:26:17 UTC+5:30, Anirudh choudhary wrote: > > Hello everyone > > I am hosting my website on google cloud platform on Ubuntu VM instance. I > cannot find a way to set the environment variable in the machine > > Like when I type on my

required help to save SECRET_KEY and Third party Private API key

2020-05-18 Thread Anirudh choudhary
Hello everyone I am hosting my website on google cloud platform on Ubuntu VM instance. I cannot find a way to set the environment variable in the machine Like when I type on my local machine os.environ.get("SECRET_KEY") it give me the key but when I type the same command on VM instance it shows

Help with Paginating my api views

2020-05-17 Thread Sunday Iyanu Ajayi
I made use of the global pagination ( which is setup on settings.py) and it worked fine only on generic viewsets . I am trying to make use of pagination in a custom view and it is really challenging. below is a screenshot of my api view. I need help on how to apply pagination on an APIView

Re: I'm new to this django help me out

2020-05-15 Thread Bighnesh Pradhan
use snipping tool On Fri, May 15, 2020 at 9:47 PM Sunday Iyanu Ajayi wrote: > You can host the project on a server and share the url > > Or can you enlighten me on what you mean by output?- The Web app ? > *AJAYI Sunday * > (+234) 806 771 5394 > *sunnexaj...@gmail.com * > > > > On Fri, May 15,

Re: I'm new to this django help me out

2020-05-15 Thread Sunday Iyanu Ajayi
You can host the project on a server and share the url Or can you enlighten me on what you mean by output?- The Web app ? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Fri, May 15, 2020 at 3:15 PM sree lekha wrote: > how can i share the output of a django program to others

Re: I'm new to this django help me out

2020-05-15 Thread sree lekha
how can i share the output of a django program to others -- 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: help with my signup api

2020-05-13 Thread Vijay Khemlani
in your code data is json.dumps(request.data), which is a string representation of the json dictionary so data is a str and then you are trying to do item assignment to it On Wed, May 13, 2020 at 8:05 AM ola neat wrote: > good day guys, please i need help with my signup api, when the u

How to Run script on remote server from Django Webserver - Help needed

2020-05-12 Thread Wilson Duarte
Hi, I prefer developer this solution, using REST API, it is more elegante. -- 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

How to Run script on remote server from Django Webserver - Help needed

2020-05-12 Thread Sharanagouda Biradar
Hello All, I have started learning Django last one week and able to fairly understand basic poll application in tutorial, Now I need any of your help in meeting my requirements: *Requirement below :* I have a basic (server1) Django development web server and another server (server2) which

Re: Help Desk Ticketing system

2020-05-10 Thread Duah Sylvester
in the admin portal and for the one who created ticket it would be reply to the same email that he sent Thank you On Sat, May 9, 2020, 00:43 Motaz Hejaze wrote: > What do you need help with? > > On Sat, 9 May 2020, 2:11 am Duah Sylvester, > wrote: > >> Hello Fellow Django developers, &

Re: Help Desk Ticketing system

2020-05-08 Thread Motaz Hejaze
What do you need help with? On Sat, 9 May 2020, 2:11 am Duah Sylvester, wrote: > Hello Fellow Django developers, > I am starting a new project on my own, below is the information, I would > like you guys to help me tackle this, and get it done. > Create Helpdesk ticketing syst

Help Desk Ticketing system

2020-05-08 Thread Duah Sylvester
Hello Fellow Django developers, I am starting a new project on my own, below is the information, I would like you guys to help me tackle this, and get it done. Create Helpdesk ticketing system in Django The goal is to create help desk ticketing system System should be built in Python Django You

Re: hai everyone, i am getting error in sending email portion, after submitting i got nothing in my mail. if anyone please help me

2020-05-08 Thread Kasper Laudrup
the codding below image.png image.png image.png image.png If any other code is needed to help debug please let me know and I will include it. It seems like you need to read a bit up on how to handle forms in Django: https://docs.djangoproject.com/en/3.0/topics/forms/ But considering your specific

Re: hai everyone, i am getting error in sending email portion, after submitting i got nothing in my mail. if anyone please help me

2020-05-08 Thread Kasper Laudrup
Hi Yammuna, On 08/05/2020 08.40, yammuna pari wrote: Dear Kasper, Thanks for reply. I am not getting any error message even form also working well  but after submitting the fields are not going to email. You did write that you were getting an error, did you get an error without an error

Re: hai everyone, i am getting error in sending email portion, after submitting i got nothing in my mail. if anyone please help me

2020-05-08 Thread yammuna pari
Dear Varun, This error was in home page only but In other page i got the output so i think email settings and port number was correct On Fri, May 8, 2020 at 3:43 PM Varun krishna <90.varunkris...@gmail.com> wrote: > Hi Yammuna pari, > > The issue you are experiencing might be because of the

Re: hai everyone, i am getting error in sending email portion, after submitting i got nothing in my mail. if anyone please help me

2020-05-08 Thread Varun krishna
Hi Yammuna pari, The issue you are experiencing might be because of the email settings. Check if the port numbers are correct. Also specify more details about how you are trying to send email( like gmail). They to recheck the smtp settings and that should resolve the issue. Regards, Varun. On

Re: hai everyone, i am getting error in sending email portion, after submitting i got nothing in my mail. if anyone please help me

2020-05-08 Thread yammuna pari
Dear Kasper, Thanks for reply. I am not getting any error message even form also working well but after submitting the fields are not going to email. On Fri, May 8, 2020 at 2:49 AM Kasper Laudrup wrote: > Hi Yammuna, > > It is very likely that the error is the reason why you're not getting >

<    5   6   7   8   9   10   11   12   13   14   >