Re: image reading

2021-04-06 Thread Ryan Nowakowski
I'm going to assume you mean "text" here and not "test". For recognizing text in images I've used the tesseract project with pretty good success. For more information about this you can Google OCR or optical character recognition. For parsing text in PDF, it depends on how the text is encoded

Re: License management system Refrence

2021-04-06 Thread Ryan Nowakowski
What kind of product are you trying to license? A proprietary computer desktop application? A mobile application for iOS or Android? A proprietary self-hosted web app? On April 6, 2021 1:50:51 AM CDT, "bikash...@gmail.com" wrote: >Can any one provide me reference regarding license (Serial

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Ryan Nowakowski
Smriti, If you already have your Django backend set up and running somewhere on the interwebs then your question here is really about how to publish an Android app to the Google Play store, right? The fact that your Android app is written using react native is really just a side note. You'll

Re: Beginning project of displaying graphical information from a sql database

2021-04-06 Thread Ryan Nowakowski
If you already have the data you need via the API you may not need models in your case. To start out, call the API from your Django view, add the data from the resulting data frame to the context for the template. Then in the template render it however you like... charts, graphs, tables,

Re: How to get only month name and total

2021-04-06 Thread Azharul Islam Somon
Thanks, got it. On Tue, Apr 6, 2021 at 2:20 PM Derek wrote: > Have a look at the last answer in this SO question: > > https://stackoverflow.com/questions/8414584/how-to-get-month-of-a-date-in-a-django-queryset/43505881 > > > On Sunday, 4 April 2021 at 07:32:41 UTC+2 azharul.t...@gmail.com

Beginning project of displaying graphical information from a sql database

2021-04-06 Thread J R
Hello, Fairly new to Django, I've been through a few tutorials and understand the basics. My goal is to create a page which shows a defined asset's value over time compared to various social metrics tying to that asset (volume of reddit comments, twitter posts, ect.). The user will input

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread kradem
Yes, thank you very much, the error to warning switch in 3.3.4 solved the problem. Best regards! Dana utorak, 6. travnja 2021. u 20:24:24 UTC+2 korisnik Andrew Godwin napisao je: > This is probably this error: > https://github.com/django/asgiref/issues/251#issuecomment-814337170 - I'm >

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 21.45, Andréas Kühne wrote: > Hi, > > It really depends on what you are looking for. There are several > different platforms for doing what you want, the one that I currently am > using is Ionic: www.ionicframework.com . > You can use different

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Andréas Kühne
Hi, It really depends on what you are looking for. There are several different platforms for doing what you want, the one that I currently am using is Ionic: www.ionicframework.com. You can use different frontends for creating the applications - but it is best with angular (I think). Regards,

Re: DJ PROJECT issue

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 18.37, Ashima jain wrote: > https://youtu.be/ZxG7kk6KdX4 > > > I'm sharing the youtube link with you > > plz check it out > > and let me know I'll let you know that you'll massively increase the chances of getting any help if you take the time to

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 18.59, Smriti Garg wrote: > Thank you so much for replying. You're welcome. > Actually I am working for last 1.5 years only and have worked previously > on web only. I have no idea about how things go on android apps. I tried > to google but i found out the way to publish

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread Andrew Godwin
This is probably this error: https://github.com/django/asgiref/issues/251#issuecomment-814337170 - I'm going to switch the error to a warning and we'll see if that helps, then Daphne can have a fix added at a non-emergency pace. Andrew On Tue, Apr 6, 2021, at 12:19 PM, kradem wrote: > Not

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread kradem
Not sure if I understand you, I'm getting an server error in my browser with rendered as quoted in the first post here with the following body: 500 Internal Server Error body { font-family: sans-serif; margin: 0; padding: 0; } h1 { padding: 0.6em 0 0.2em 20px; color: #896868; margin: 0;

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Smriti Garg
Hi Kasper, Thank you so much for replying. Actually I am working for last 1.5 years only and have worked previously on web only. I have no idea about how things go on android apps. I tried to google but i found out the way to publish react-native app on google store. But where django will be

DJ PROJECT issue

2021-04-06 Thread Ashima jain
https://youtu.be/ZxG7kk6KdX4 I'm sharing the youtube link with you plz check it out and let me know plz help me -- 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

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread Andrew Godwin
The tracebacks are there somewhere, you might have to look at the raw HTTP response in the browser to see them. Andrew On Tue, Apr 6, 2021, at 10:18 AM, kradem wrote: > I'm afraid a "success" was caused by the browser cache or something similar, > the 3.3.3 version doesn't fix my problem. :( >

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread kradem
I'm afraid a "success" was caused by the browser cache or something similar, the 3.3.3 version doesn't fix my problem. :( > Could you get the traceback out of Django that's causing the 500 error and post it here? That was - kind of - my initial question, the only output I can get is the

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread Andrew Godwin
Aha, glad to hear it! My apologies that we didn't catch that one before release yesterday. Andrew On Tue, Apr 6, 2021, at 10:01 AM, kradem wrote: > Stop the press!! The 3.3.3 version is published in PyPi and after installing > it it all works well! :) > > Thank you! > Dana utorak, 6. travnja

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread kradem
Stop the press!! The 3.3.3 version is published in PyPi and after installing it it all works well! :) Thank you! Dana utorak, 6. travnja 2021. u 17:56:44 UTC+2 korisnik kradem napisao je: > Thank you very much for a quick response. > > Yes, that's the problem: > > asgiref

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread Andrew Godwin
asgiref 3.3.2 introduced stricter checks for what an async function is, so I would imagine that's the problem. 3.3.3 fixes some of them, but I'm guessing you might have a different flavour of problem. Could you get the traceback out of Django that's causing the 500 error and post it here?

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread kradem
Thank you very much for a quick response. Yes, that's the problem: asgiref 3.3.2 When I downgrade it to 3.3.1 Django complains ("django 3.2 requires asgiref<4,>=3.3.2, but you have asgiref 3.3.1 which is incompatible."), but static files are served well. I tried with

Re: Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread Andrew Godwin
This may be related to https://github.com/django/asgiref/issues/251 - what version of asgiref are you running? Andrew On Tue, Apr 6, 2021, at 9:43 AM, kradem wrote: > > 500 Internal Server Error > > Exception inside application. > > Daphne > > This error raises every time a file from static

Daphne raises Internal Server Error when accessing static files from development server

2021-04-06 Thread kradem
> 500 Internal Server Error > Exception inside application. > Daphne This error raises every time a file from static folder is accessed. What would be a proper way for debugging this? I've got "justMyCode": false setting in VS Code and that doesn't catch anything. Python 3.9.2 channels

Re: curva de aprendizaje

2021-04-06 Thread Gerardo Palazuelos Guerrero
Also, the following list (Spanish) is very detailed: https://youtube.com/playlist?list=PLxm9hnvxnn-j5ZDOgQS63UIBxQytPdCG7 — Gerardo Palazuelos Enviado desde mi iPhone > El 6 abr 2021, a la(s) 9:10, LUIS GABRIEL CORTES JACANAMIJOY > escribió: > >  > Gracias a todos > > El El mar, 6 de

Re: curva de aprendizaje

2021-04-06 Thread LUIS GABRIEL CORTES JACANAMIJOY
Gracias a todos El El mar, 6 de abr. de 2021 a la(s) 10:09 a. m., Alan Flavio Ruiz < ruizfla...@gmail.com> escribió: > Hola Luis, este post es buenísimo. > > > https://youtube.com/playlist?list=PLCC34OHNcOtr025c1kHSPrnP18YPB-NFi > > > > El dom., 4 abr. 2021 20:20, LUIS GABRIEL CORTES JACANAMIJOY

Re: curva de aprendizaje

2021-04-06 Thread Alan Flavio Ruiz
Hola Luis, este post es buenísimo. https://youtube.com/playlist?list=PLCC34OHNcOtr025c1kHSPrnP18YPB-NFi El dom., 4 abr. 2021 20:20, LUIS GABRIEL CORTES JACANAMIJOY < lgcor...@uniguajira.edu.co> escribió: > hola buenas soy nuevo en esto, quisiera saber si alguien puede > suministrarme

Re: runserver problem

2021-04-06 Thread Alan Flavio Ruiz
Did you install virtual env? Pip install virtualen Python - m venv venv Souce venv/Scrpt/activate Then install django Pip instala django See in your env Its posible to instal deccouple Great Alan El dom., 28 mar. 2021 11:05, Sujit Mandal escribió: > i am totally new with django. I

Oracle database sequences generated by Django

2021-04-06 Thread Harold A
Hello everyone. I have a web application built in Django == 1.11.6, when the migrations were generated in oracle the sequences are created and they can be modified and even deleted. When I update to django 3 and I generate the migrations again, it creates the sequences with a name similar to

Re: License management system Refrence

2021-04-06 Thread Derek
You seem to be mixing up different aspects here. 1. Trying to control access to a web app through device-level details is *not* a viable option. The whole point of web apps (as opposed to ones installed on a user's machine under a specific OS) is that the machine they are running on is mostly

Re: I've a issue in django.

2021-04-06 Thread Noel Simela
Start from youtube sir On Tue, Apr 6, 2021 at 3:02 PM Sky Lord wrote: > Hello guys who gonna teach me Django from scratch?? > > On Mon, Apr 5, 2021, 2:57 PM Abdulfarid Olakunle > wrote: > >> What's it...let me see if I can help >> >> On Sun, Apr 4, 2021, 15:57 lite book wrote: >> >>> I've a

Re: I've a issue in django.

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 10.49, Sky Lord wrote: > Hello guys who gonna teach me Django from scratch?? > Start by learning how to use a mailing list/Google groups. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: django-admin makemessages --no-obsolete doesn't seem to be working

2021-04-06 Thread AlainWebDev
https://www.gnu.org/software/gettext/manual/gettext.html ‘--no-obsolete’ Remove obsolete #~ messages. Le lundi 19 mars 2018 à 14:43:06 UTC+1, Ramiro Morales a écrit : > On Sun, Mar 18, 2018 at 11:18 AM, Kishor Pawar wrote: > >> First of all, I am expecting `--no-obsolete` would comment out

About translation Django's Rest API through decorators

2021-04-06 Thread AlainWebDev
Hey. I don't understand the logic of a method i had to use around my Rest Api translation messages. I had used gettext on all messages i needed on my project. And in some parts i needed to use decorator method, like this : @method_decorator( reponse_toast_decorator(Toast(message=gettext("Votre

Re: I've a issue in django.

2021-04-06 Thread Sky Lord
Hello guys who gonna teach me Django from scratch?? On Mon, Apr 5, 2021, 2:57 PM Abdulfarid Olakunle wrote: > What's it...let me see if I can help > > On Sun, Apr 4, 2021, 15:57 lite book wrote: > >> I've a issue in Django can anyone help me. >> >>

Re: image processing

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 10.30, Aniket Gadge wrote: >    hii, i want to scan the image and then arrange that image in proper > format so i can extract there data how can i do this to retrieve data > and arrange image > You really need to be more specific. What's "the image"? What does it mean to "scan it"?

Re: Django 3.2 Released

2021-04-06 Thread Miracle
Awesome!! On Tue, Apr 6, 2021 at 10:42 AM Carlton Gibson wrote: > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2021/apr/06/django-32-released/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Django 3.2 Released

2021-04-06 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/apr/06/django-32-released/ -- You received this message because you are subscribed to the Google Groups "Django users" group.

image processing

2021-04-06 Thread Aniket Gadge
hii, i want to scan the image and then arrange that image in proper format so i can extract there data how can i do this to retrieve data and arrange image -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Regarding auto-generating a map with measurements

2021-04-06 Thread Srijita Mallick
Right! Could you elaborate a bit? Thanks! On Tue, Apr 6, 2021, 13:53 Derek wrote: > We have done something similar, but for a rectangular layout you may be > able to also use a simple HTML table, or a series of nested "div"s (with > appropriate styling). > > On Tuesday, 6 April 2021 at 01:42:17

Re: Regarding auto-generating a map with measurements

2021-04-06 Thread Derek
We have done something similar, but for a rectangular layout you may be able to also use a simple HTML table, or a series of nested "div"s (with appropriate styling). On Tuesday, 6 April 2021 at 01:42:17 UTC+2 sammym...@gmail.com wrote: > This was of great help, thanks! > > > On Mon, Apr 5,

Re: Deploy Django website internally within company network

2021-04-06 Thread Derek
Our IT dept. will typically set up a virtual machine, with you as admin, into which you can install your own software. Provided it will not be visible outside the company's firewall, this is usually not an issue for them. On Thursday, 1 April 2021 at 15:14:13 UTC+2 Ryan Nowakowski wrote: > I

Re: How to get only month name and total

2021-04-06 Thread Derek
Have a look at the last answer in this SO question: https://stackoverflow.com/questions/8414584/how-to-get-month-of-a-date-in-a-django-queryset/43505881 On Sunday, 4 April 2021 at 07:32:41 UTC+2 azharul.t...@gmail.com wrote: > Hello , > I am trying to get only month name and count number from

Django security releases issued: 3.1.8, 3.0.14, and 2.2.20

2021-04-06 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/apr/06/security-releases/ -- 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

License management system Refrence

2021-04-06 Thread bikash...@gmail.com
Can any one provide me reference regarding license (Serial Key) server system in django, where , we can generate unique serial key for products, we can validate user subscription, Clients can run demo (limited features), and with that serial key users can run with limited device,(Device lock)