Re: Launching Our Django Developers' Error Resolution Group 

2023-12-07 Thread o1bigtenor
On Thu, Dec 7, 2023 at 6:41 AM Kani Sbt wrote: > > Dear Django and RestFrameWork Community Members, > > I hope this message finds you well! We're thrilled to announce the launch of > a new initiative within our community — the Django Developers' Error > Resolution Group. > > In this group, we

Re: developing a data logger

2023-07-12 Thread o1bigtenor
On Wed, Jul 12, 2023 at 3:38 AM David Nugent wrote: > > It depends on what you want to do. Simply gathering data and scooping it into > a db does not require Django, which will probably not help much in this > regard other than defining models/tables for your db and supporting > migrations. >

developing a data logger

2023-07-11 Thread o1bigtenor
Greetings It seems to me that Django together with a database (I'm thinking of using postgresql) would make a good fit for rolling a datalogger for some sensors. Am I complicating things needlessly? Is there another path? Please advise TIA -- You received this message because you are

Re: Suggestions for Reducing Spam

2023-06-19 Thread o1bigtenor
On Mon, Jun 19, 2023 at 1:03 PM Gobi Dasu wrote: > Great points Abhishek, Paul, and John, > > +1 for the separate group with a bit of nuance: > > The openai api integration might consider rerouting content to different > groups rather than blatantly marking a message that someone has taken >

Re: Question re: input

2023-04-01 Thread o1bigtenor
On Sat, Apr 1, 2023 at 9:51 AM Robin Riis wrote: > > What kind of environment are we talking about? Me designed software - - - physically challenging (possible outdoors, possible inclement conditions + ) > > But i guess you mean that you have a server in one location and multiple > clients

Question re: input

2023-04-01 Thread o1bigtenor
Greetings I am in the porcess of planning out a complicated environment. User will almost always be remote. How does one easily get information 'into' the environment? (Not sure these are the right questions but 1. Does one have to be connected to the environment 2. Does the complete form have

Re: Adding Microsoft Word Editor to Django

2023-02-01 Thread o1bigtenor
On Wed, Feb 1, 2023 at 2:16 AM Shittu Abdulrasheed wrote: > > Good day my co django-developers > > I have a project going on for my client and he want a features where users > will be able to upload a word documents file and he/she will be able to edit > the documents in our app just like

Re: Unsubscribe

2023-01-15 Thread o1bigtenor
On Sun, Jan 15, 2023 at 2:31 AM Victor Tumwecj wrote: > > Dear Django > Please unsubscribe me from your mailing list > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails

Re: I can't use accented letters in my model

2022-06-10 Thread o1bigtenor
On Fri, Jun 10, 2022 at 6:15 AM Virgilio Ravagli wrote: > > I'm bound to use old versions of Python and Django, cannot pass to newer > versions in this project > https://python.readthedocs.io/en/v2.7.2/howto/unicode.html maybe that helps You may also have a severe case of 'can't get there

Re: I can't use accented letters in my model

2022-06-10 Thread o1bigtenor
On Fri, Jun 10, 2022 at 2:50 AM Virgilio Ravagli wrote: > > I have surround book.save with a try...catch...; the exception is: You must > not use 8-bit bytestrings unless you use a text_factory that can interpret > 8-bit bytestrings (like text_factory = str). It is highly recommended that >

Re: how to question (web page item placement)

2021-07-11 Thread o1bigtenor
On Sun, Jul 11, 2021 at 11:05 AM Ryan Nowakowski wrote: > > Do you want the indentation to be different on different screens sizes(mobile > phone, tablet, laptop, desktop)? 3.5 cm might be too much on mobile devices. > Hmmm - - - main focus is NOT mobile devices - - - don't think they can

how to question (web page item placement)

2021-07-11 Thread o1bigtenor
Greetings Am looking to use django for a personal application. I am one of those plagued by planning things out - - - in advance. I'm not finding direct information for how to specifically place things on as page. Vague - - - yes - - - that's html but if I want something like at 3.5 cm down

Re: Doubt about which hosting choose

2021-04-12 Thread o1bigtenor
On Mon, Apr 12, 2021 at 8:06 AM Josep Oriol Condal Fontanet wrote: > > Hello, > > I am developing a web-app with Django which we have different pages, 2 > different directories with profiles of people or companies, a calendar with > different events related to our topic, some forum in which

Re: Okta Djnago integration

2021-03-16 Thread o1bigtenor
On Tue, Mar 16, 2021 at 8:48 AM Chandrashekhar Singh wrote: > > Hello guys, > > I am looking for someone who could help me to integrate djnago with okta. > > Python version 2.7 and djnago is 1.8 > You're NOT going to get any love if you're insisting on running Python 2.7! EOL for Python 2.x

Re: Payments

2021-02-12 Thread o1bigtenor
On Thu, Feb 11, 2021 at 10:59 PM MUGOYA DIHFAHSIH wrote: > > idealy i want to use visa, ineed help on how to integrate it into the payment > module. Thanks... but MPESA is from mobile phone to another phone > transaction(mobile money). > Makes sense - - - - likely a very regional

Re: Payments

2021-02-11 Thread o1bigtenor
On Thu, Feb 11, 2021 at 8:12 AM Joseph Mulingwa Kithome wrote: > > MPESA ,VISA,PAYPAL What is MPESA? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Request for admins

2020-10-11 Thread o1bigtenor
On Sun, Oct 11, 2020 at 3:20 PM Agnese Camellini wrote: > > I full aree with you. This is spamming! > I agree and that address is listed as spam for my mail system. As I thought about it there are legitimate offers and requests for service so didn't want to preclude those - - - that is what

Request for admins

2020-10-11 Thread o1bigtenor
Greetings The list volume seems to have attracted those that purport to offer help or services. Is it possible that the volume of this has reached a point where there is a separate list for just that. That would be a separate subscription to a list where if one wanted to either use or offer

Re: Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread o1bigtenor
On Sat, Sep 26, 2020 at 1:28 AM Ram wrote: > > Hi, > > We are trying to use USPS API to get City and State attributes by passing ZIP > code. API is working fine, but we need to use this API in our members > registration form, where user enters ZIP code, then City and State should be > auto

Re: Django compatibility with Django 3.0

2020-09-21 Thread o1bigtenor
On Mon, Sep 21, 2020 at 5:24 AM RANGA BHARATH JINKA wrote: > > Hi, > >Check this official docs from oracle. > https://developer.oracle.com/dsl/vasiliev-django.html > No writing as any kind of expert but - - - - - the url listed above links to a document that is over 10 years old. Perhaps

Re: My first question

2020-07-20 Thread o1bigtenor
Appreciate very much your informative post. Question below - - - On Sat, Jul 18, 2020 at 9:14 AM Liu Zheng wrote: > Hi. Doesn't sound like a Django question, but I assume you came across > this question when writing Django codes:) So anyway, let me try to see > whether I could provide any

Re: Two factor authentication using OTP

2020-07-16 Thread o1bigtenor
On Thu, Jul 16, 2020 at 6:52 AM Issa Kehinde wrote: > Hello everyone! > > How can I implement a two factor authentication for my django web app? > After a user login with his/her credential (i.e. username and password), I > want an OTP to be send to the user's phone number . The user will

Re: How to get data from django model to excel sheet using openpyxl including images.

2020-07-10 Thread o1bigtenor
On Thu, Jul 9, 2020 at 10:02 PM Ashutosh Mishra wrote: > I am creating an api to get data and images from django model to excel > sheet ,how can i do that,someone please help me. > > > What have you tried so far? Regards -- You received this message because you are subscribed to the Google

Re: Need suggestions-Reg

2020-07-01 Thread o1bigtenor
On Wed, Jul 1, 2020 at 7:56 AM shedd tutt wrote: > > Zoom > > On Wed, 1 Jul 2020, 05:38 Sai Pavan Kumar wrote: >> >> Hi , >> I need to integrate the video conferencing in my Django >> application.which is the best open source video conferencing tool available >> .please suggest me. You

Re: 'Allowed_hosts' setup question

2020-06-21 Thread o1bigtenor
On Sun, Jun 21, 2020 at 7:57 AM Mohsen Pahlevanzadeh wrote: > > I recommend you to use iptables. > So if I'm using nftables (Debian presently is using nftables - - - iptables has been deprecated) - - - what is the recommended setup for Allowed_hosts ? Rgards -- You received this message

'Allowed_hosts' setup question

2020-06-21 Thread o1bigtenor
Greetings At the beginning stages of my Django journey running on Debian testing, postgresql 12 Django 3 using Python3 (and definitely no bloody expert under the hood!!). Working on a personal use application that I would like available for use by anyone on my local network. Allowed_hosts in the

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread o1bigtenor
On Sat, Jun 20, 2020 at 8:26 AM VenkataSivaRamiReddy wrote: > > is there any details setup documentation?, i followed > https://github.com/django-helpdesk/django-helpdesk and clone the code and > created and activated virtual environment and after i run python setup.py > install. After i am

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread o1bigtenor
On Sat, Jun 20, 2020 at 5:09 AM venna venkatReddy wrote: > > i need to setup support ticket feature to my client application. i found > django helpdesk package but i try to setup but til now i dont complete, if > any of you worked this Support Ticket system please help me. thanks > Greetings 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: heroku hosting apllication error

2020-04-02 Thread o1bigtenor
On Thu, Apr 2, 2020 at 4:01 AM sagar ninave wrote: > thanks for reply > > but problem is solved now > > Hmm - - - - to assist anyone else that has run into this problem it would likely be quite useful if you posted what you did to fix things - - - please? Regards -- You received this

Re: Online money transfer

2020-03-27 Thread o1bigtenor
On Fri, Mar 27, 2020 at 6:51 PM Motaz Hejaze wrote: > > Mike thats exactly what i want to do... > > I want to allow users to donate to many bank accounts .. > > I dont know how to do this ? > Also i dont know if stripe is the right tool for this .. > > On Sat, 28 Mar 2020, 1:15 am Mike Dewhirst,

Re: Django 3.0 Released.

2019-12-02 Thread o1bigtenor
On Mon, Dec 2, 2019 at 6:18 AM Carlton Gibson wrote: > > Django 3.0 is now available. > > https://www.djangoproject.com/weblog/2019/dec/02/django-3-released/ > > With the release of Django 3.0, Django 2.2 has reached the end of > mainstream support. The final minor bug fix release (which is also

Re: mysql data connectivity problem

2019-11-19 Thread o1bigtenor
On Tue, Nov 19, 2019 at 7:30 AM Prof soul wrote: > > Hi i'm soul i'm new to django and late, i got an idea to handle the django > but there is still lack of database connectivity with django anybody know > about it in easy manner > No expert here but I do know that there are lots of pages in

Re: Django Channels persistent DB connection

2019-11-15 Thread o1bigtenor
On Fri, Nov 15, 2019 at 12:53 PM Adam Hooper wrote: > > On Wednesday, October 30, 2019 at 12:17:54 PM UTC-4, BR wrote: >> >> I moved from a local sqlite3 DB file to a shared remote (local LAN) MariaDB >> server and noticed a bit of a slow down. On top of the DB now being remote, >> I'm also

Re: reg: Django forms and models

2019-11-12 Thread o1bigtenor
On Tue, Nov 12, 2019 at 12:39 PM 'Amitesh Sahay' via Django users wrote: > > Hello Kasper, > > Thank you for the hint. I found my mistake and resolved it. > So what did you do? (doesn't need to have all the detail just the idea please) TIA -- You received this message because you are

Re: Python +django

2019-09-09 Thread o1bigtenor
On Mon, Sep 9, 2019 at 7:57 AM Hani Fanous wrote: > > Must admit I agree. With text you can at least try things out as you go and > attempt to debug problems. With video this is almost impossible. > Agreed - - - I find most webinars could be condensed to perhaps 2 to 5 pages of text - - - - and

Re: Python +django

2019-09-09 Thread o1bigtenor
On Mon, Sep 9, 2019 at 6:33 AM selim atmaca wrote: > > You should learn python basics first but dont dive deep, just the basics. Then > There is a nice django video series on youtube. Search for corey schafer > django. There are 17 videos in that series. If I was starting django today, >

Re: Installation of django

2019-08-22 Thread o1bigtenor
On Thu, Aug 22, 2019 at 3:35 AM Abu Yusuf wrote: > > First of all: don't use python2. It will be dead after 4 months. > create a virtual environment: virtualenv -p /usr/bin/python3.5 venv > then activate it: source venv/bin/activate Greetings Curious as to why you wouldn't install python 3.7 at