Re: Python libraries for visualisations

2021-03-14 Thread Danny
You can use matplotlib library, encode the image in base64 and then show it 
in your html


I found this snippet of code works the same way with the way I usually do 
it.

https://stackoverflow.com/questions/52368870/display-matplotlib-image-on-html-page-using-django

If you are interested in a dynamic charts, you need to use JS library such 
as leaflet or D3.js

On Monday, March 15, 2021 at 11:50:18 AM UTC+7 geethanj...@gmail.com wrote:

> Hi..How to build a dashboard using django and python libraries for 
> creating visualisations?. Please let me know .Thanks in advance!
>

-- 
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 
https://groups.google.com/d/msgid/django-users/d76e7c6b-f9b2-4988-b27c-2e399cb2f072n%40googlegroups.com.


Re: Python libraries for visualisations

2021-03-14 Thread Omkar Parab
You can integrate chart.js with Django for visualization.

Check out this video 
https://youtu.be/B4Vmm3yZPgc


On Mon, Mar 15, 2021, 10:19 AM GEETHANJALI S P 
wrote:

> Hi..How to build a dashboard using django and python libraries for
> creating visualisations?. Please let me know .Thanks in advance!
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAMKAcO%2BJqqp0kYMbWaWqjqJDcmMT9xMndv%3DD%2BNHbtYBvqL9CQg%40mail.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 
https://groups.google.com/d/msgid/django-users/CAJY8mfyHFmLYkKU2sKZcumcZKSGszoRvH9XPiJS2G4uR9KJk%2Bg%40mail.gmail.com.


Python libraries for visualisations

2021-03-14 Thread GEETHANJALI S P
Hi..How to build a dashboard using django and python libraries for creating
visualisations?. Please let me know .Thanks in advance!

-- 
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 
https://groups.google.com/d/msgid/django-users/CAMKAcO%2BJqqp0kYMbWaWqjqJDcmMT9xMndv%3DD%2BNHbtYBvqL9CQg%40mail.gmail.com.


How to give select images option in django model forms ?

2021-03-14 Thread Kumar Gaurav
Hii Everyone,

I have a Model Form, one field is to upload image. Right now , user can 
select images from their system and upload but I want to give a  certain 
number of images as a dropdown option (showing the images in preview) to 
select from.

How can I implement this ?? and the best solution to implement this ??

Can anyone help ..

-- 
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 
https://groups.google.com/d/msgid/django-users/3da6d701-2dfe-460f-ba8c-672cd11a944cn%40googlegroups.com.


How to create a user to user message system using Django Rest frame work

2021-03-14 Thread DAN DIGNITY
I am trying to create a private messaging system using the Django Rest 
framework. It doesn't have to be like a live chat, just have an inbox and 
be able to respond, a simple thing like that.

-- 
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 
https://groups.google.com/d/msgid/django-users/8e58fd1d-997b-4089-bfe3-fd99ee05cec4n%40googlegroups.com.


Re: First DRF project.

2021-03-14 Thread Kelvin Sajere
Thanks Uche.

On Sun, Mar 14, 2021 at 15:33 Uche Kelvin  wrote:

> Nice to hear from you.
>
> I love your app
>
> On Sun, 14 Mar 2021 at 16:58, Kelvin Sajere  wrote:
>
>> Ajay, I am currently hosting both front-end and back-end on namecheap.com,
>> but it's components are separate, so I can easily scale as the needs arise.
>> I am using MySQL for the database, so with time, I plan to move the backend
>> and database to Google cloud, then get a VPS or dedicated hosting on
>> Namecheap. I am already using AWS for the files, so that's going to stay
>> that way. If you need any other thing, do let me know.
>>
>>
>> On Fri, Mar 12, 2021 at 17:40 ajaykumar...@gmail.com <
>> ajaykumar.bit.1...@gmail.com> wrote:
>>
>>> Thanks KeLLs for replay, I have already running website but right now it
>>> is developed in Wordpress. Ok can you please tell me how where you hosted
>>> hits front-end and back-end ?
>>>
>>> My Website URL: gotoanysite.com
>>>
>>> -Ajay Kumar
>>>
>>> On Thursday, March 11, 2021 at 4:17:40 PM UTC+5:30 kells...@gmail.com
>>> wrote:
>>>
 Hi Ajay,
 If you would like to build something like this, then you should look
 into Vuejs. I also used a design framework for Vuejs called Vuetify. You
 don’t even get to see all of the amazing features the site has until you’re
 logged in. I would really appreciate some positive or negative feedback
 from you all. Thanks.

 On Thu, Mar 11, 2021 at 05:37 ajaykumar...@gmail.com <
 ajaykumar...@gmail.com> wrote:

> Hi KeLLs, I want to develop the website like you developed...
>
> Regards,
> Ajay
>
> On Thursday, March 11, 2021 at 3:51:43 PM UTC+5:30 kells...@gmail.com
> wrote:
>
>> Good day everyone,
>>
>> I’ve been developing web applications in django since late 2019, I
>> have done quite a number of projects, but I always felt using django for
>> just the backend and maybe a frontend framework for the frontend would
>> actually be better. I decided to look into vue this January, and 
>> developed
>> an app for listening, reading and sharing positivity. The backend is
>> developed with django and DRF, while the frontend is developed with 
>> Vuejs.
>> It’s a PWA, so it comes installable on Pc and Android devices. Check it 
>> out
>> and let me know what you think. Thanks. https://divineword.life
>> --
>> KeLLs
>>
> --
>
 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5548dae8-f614-4135-aff5-e9b3fbae4452n%40googlegroups.com
> 
> .
>
 --
 KeLLs

>>> --
>>> 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
>>> https://groups.google.com/d/msgid/django-users/d9011de1-0572-407a-abc2-4ab540b4f0efn%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> KeLLs
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CADYqDX1DibpJR81hnQZ4z%3DMtFETE4yGFH%2B2cguYSk7OHbn3r5g%40mail.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
> https://groups.google.com/d/msgid/django-users/CAK4WSUU7C9L1TC-S94zy8G0yc19%2BPR8MQTqsnL4f8RMkqmgJ2w%40mail.gmail.com
> 
> .
>
-- 
KeLLs

-- 
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: Don't allow concurrent login from a user

2021-03-14 Thread Kunal Solanke
https://gist.github.com/fleepgeek/92b01d3187cf92b4495d71c69ee818df#:~:text=5%20Stars%204-,A%20Django%20Middleware%20to%20prevent%20multiple%20sessions%20for%20the%20same,it%20with%20the%20new%20session
.



Or i found this one with simple  google search, they are using session keys
to prevent multiple sessions.

On Mon, Mar 15, 2021, 01:42 Kunal Solanke 
wrote:

> I am intrigued by the need to keep users logged in only one session.No one
> keeps track of when I logged into an app and from which tab and all, this
> will probably result in bad ux, but anyways,
>
> user.is_authenticated() won't work, it keeps track of session of users.
>
> What you can do is either implement a jwt flow by which you can keep track
> if there is a active jwt token, you can stop person from logging in, or if
> you want to stck with same default auth by djnago ,
> then you can add some fileds like is_logged in user model and when the
> user tries to login you can check if curr_time-last_login>session age and
> is_logged in is true,then users won't be allowed to login again.
>
> You can set is logged in false, when user hits logout.
> Both ways are tricky.
>
>
>
>
> On Sun, Mar 14, 2021, 19:32 Saurabh Pandey  wrote:
>
>> Hi,
>>
>> Need suggestion on how i can implement the below
>>
>> a user U1 is logged into my website.
>> he opens incognito mode and again tries to login, expecatation is that
>> his login will be denied saying you are already logged in.
>>
>> i tried below but seems not working. ( on stack overflow there are
>> answers but it's so complex)
>>
>> ```
>> def login_view(request): form = LoginForm(request.POST or None) msg =
>> None if request.method == "POST": if form.is_valid(): username =
>> form.cleaned_data.get("username") password =
>> form.cleaned_data.get("password") user = authenticate(username=username,
>> password=password) if request.user.is_authenticated: msg="User already
>> logged in, multiple log in not allowed " return redirect("/") if user is
>> not None: login(request, user) return redirect("/") else: msg = 'Invalid
>> credentials' else: msg = 'Error validating the form' return render(request,
>> "accounts/login.html", {"form": form, "msg" : msg})
>> ```
>>
>> Thanks
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/8ccc8131-4a35-450d-9f6c-8d769a0b890cn%40googlegroups.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 
https://groups.google.com/d/msgid/django-users/CAOecAnyGqO-Q-30DzxNqve99JOeaCW%2Bnoenid58edZyNNL_XFw%40mail.gmail.com.


Re: Don't allow concurrent login from a user

2021-03-14 Thread Kunal Solanke
I am intrigued by the need to keep users logged in only one session.No one
keeps track of when I logged into an app and from which tab and all, this
will probably result in bad ux, but anyways,

user.is_authenticated() won't work, it keeps track of session of users.

What you can do is either implement a jwt flow by which you can keep track
if there is a active jwt token, you can stop person from logging in, or if
you want to stck with same default auth by djnago ,
then you can add some fileds like is_logged in user model and when the user
tries to login you can check if curr_time-last_login>session age and
is_logged in is true,then users won't be allowed to login again.

You can set is logged in false, when user hits logout.
Both ways are tricky.




On Sun, Mar 14, 2021, 19:32 Saurabh Pandey  wrote:

> Hi,
>
> Need suggestion on how i can implement the below
>
> a user U1 is logged into my website.
> he opens incognito mode and again tries to login, expecatation is that his
> login will be denied saying you are already logged in.
>
> i tried below but seems not working. ( on stack overflow there are answers
> but it's so complex)
>
> ```
> def login_view(request): form = LoginForm(request.POST or None) msg = None
> if request.method == "POST": if form.is_valid(): username =
> form.cleaned_data.get("username") password =
> form.cleaned_data.get("password") user = authenticate(username=username,
> password=password) if request.user.is_authenticated: msg="User already
> logged in, multiple log in not allowed " return redirect("/") if user is
> not None: login(request, user) return redirect("/") else: msg = 'Invalid
> credentials' else: msg = 'Error validating the form' return render(request,
> "accounts/login.html", {"form": form, "msg" : msg})
> ```
>
> Thanks
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/8ccc8131-4a35-450d-9f6c-8d769a0b890cn%40googlegroups.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 
https://groups.google.com/d/msgid/django-users/CAOecAnxcF_NS%2BBybWOvqf%3Ds-L_Maf85G8s%3DpXhNYcSEoQFEUSQ%40mail.gmail.com.


Re: First DRF project.

2021-03-14 Thread Uche Kelvin
Nice to hear from you.

I love your app

On Sun, 14 Mar 2021 at 16:58, Kelvin Sajere  wrote:

> Ajay, I am currently hosting both front-end and back-end on namecheap.com,
> but it's components are separate, so I can easily scale as the needs arise.
> I am using MySQL for the database, so with time, I plan to move the backend
> and database to Google cloud, then get a VPS or dedicated hosting on
> Namecheap. I am already using AWS for the files, so that's going to stay
> that way. If you need any other thing, do let me know.
>
>
> On Fri, Mar 12, 2021 at 17:40 ajaykumar...@gmail.com <
> ajaykumar.bit.1...@gmail.com> wrote:
>
>> Thanks KeLLs for replay, I have already running website but right now it
>> is developed in Wordpress. Ok can you please tell me how where you hosted
>> hits front-end and back-end ?
>>
>> My Website URL: gotoanysite.com
>>
>> -Ajay Kumar
>>
>> On Thursday, March 11, 2021 at 4:17:40 PM UTC+5:30 kells...@gmail.com
>> wrote:
>>
>>> Hi Ajay,
>>> If you would like to build something like this, then you should look
>>> into Vuejs. I also used a design framework for Vuejs called Vuetify. You
>>> don’t even get to see all of the amazing features the site has until you’re
>>> logged in. I would really appreciate some positive or negative feedback
>>> from you all. Thanks.
>>>
>>> On Thu, Mar 11, 2021 at 05:37 ajaykumar...@gmail.com <
>>> ajaykumar...@gmail.com> wrote:
>>>
 Hi KeLLs, I want to develop the website like you developed...

 Regards,
 Ajay

 On Thursday, March 11, 2021 at 3:51:43 PM UTC+5:30 kells...@gmail.com
 wrote:

> Good day everyone,
>
> I’ve been developing web applications in django since late 2019, I
> have done quite a number of projects, but I always felt using django for
> just the backend and maybe a frontend framework for the frontend would
> actually be better. I decided to look into vue this January, and developed
> an app for listening, reading and sharing positivity. The backend is
> developed with django and DRF, while the frontend is developed with Vuejs.
> It’s a PWA, so it comes installable on Pc and Android devices. Check it 
> out
> and let me know what you think. Thanks. https://divineword.life
> --
> KeLLs
>
 --

>>> 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/5548dae8-f614-4135-aff5-e9b3fbae4452n%40googlegroups.com
 
 .

>>> --
>>> KeLLs
>>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/d9011de1-0572-407a-abc2-4ab540b4f0efn%40googlegroups.com
>> 
>> .
>>
> --
> KeLLs
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CADYqDX1DibpJR81hnQZ4z%3DMtFETE4yGFH%2B2cguYSk7OHbn3r5g%40mail.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 
https://groups.google.com/d/msgid/django-users/CAK4WSUU7C9L1TC-S94zy8G0yc19%2BPR8MQTqsnL4f8RMkqmgJ2w%40mail.gmail.com.


Re: First DRF project.

2021-03-14 Thread Kelvin Sajere
Ajay, I am currently hosting both front-end and back-end on namecheap.com,
but it's components are separate, so I can easily scale as the needs arise.
I am using MySQL for the database, so with time, I plan to move the backend
and database to Google cloud, then get a VPS or dedicated hosting on
Namecheap. I am already using AWS for the files, so that's going to stay
that way. If you need any other thing, do let me know.


On Fri, Mar 12, 2021 at 17:40 ajaykumar...@gmail.com <
ajaykumar.bit.1...@gmail.com> wrote:

> Thanks KeLLs for replay, I have already running website but right now it
> is developed in Wordpress. Ok can you please tell me how where you hosted
> hits front-end and back-end ?
>
> My Website URL: gotoanysite.com
>
> -Ajay Kumar
>
> On Thursday, March 11, 2021 at 4:17:40 PM UTC+5:30 kells...@gmail.com
> wrote:
>
>> Hi Ajay,
>> If you would like to build something like this, then you should look into
>> Vuejs. I also used a design framework for Vuejs called Vuetify. You don’t
>> even get to see all of the amazing features the site has until you’re
>> logged in. I would really appreciate some positive or negative feedback
>> from you all. Thanks.
>>
>> On Thu, Mar 11, 2021 at 05:37 ajaykumar...@gmail.com <
>> ajaykumar...@gmail.com> wrote:
>>
>>> Hi KeLLs, I want to develop the website like you developed...
>>>
>>> Regards,
>>> Ajay
>>>
>>> On Thursday, March 11, 2021 at 3:51:43 PM UTC+5:30 kells...@gmail.com
>>> wrote:
>>>
 Good day everyone,

 I’ve been developing web applications in django since late 2019, I have
 done quite a number of projects, but I always felt using django for just
 the backend and maybe a frontend framework for the frontend would actually
 be better. I decided to look into vue this January, and developed an app
 for listening, reading and sharing positivity. The backend is developed
 with django and DRF, while the frontend is developed with Vuejs. It’s a
 PWA, so it comes installable on Pc and Android devices. Check it out and
 let me know what you think. Thanks. https://divineword.life
 --
 KeLLs

>>> --
>>>
>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/5548dae8-f614-4135-aff5-e9b3fbae4452n%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> KeLLs
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/d9011de1-0572-407a-abc2-4ab540b4f0efn%40googlegroups.com
> 
> .
>
-- 
KeLLs

-- 
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 
https://groups.google.com/d/msgid/django-users/CADYqDX1DibpJR81hnQZ4z%3DMtFETE4yGFH%2B2cguYSk7OHbn3r5g%40mail.gmail.com.


Re: Prevent Multiple Device Login for a User in Django using Middleware

2021-03-14 Thread Saurabh Pandey

did you get answer, can u tell here plz?
On Thursday, 13 August, 2020 at 12:52:29 am UTC+8 RAMIRO MAGAÑA wrote:

> Prevent Multiple Device Login for a User in Django using Middleware
>

-- 
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 
https://groups.google.com/d/msgid/django-users/dcab5e82-eea2-482e-a3d2-817141919aa9n%40googlegroups.com.


Don't allow concurrent login from a user

2021-03-14 Thread Saurabh Pandey
Hi,

Need suggestion on how i can implement the below 

a user U1 is logged into my website.
he opens incognito mode and again tries to login, expecatation is that his 
login will be denied saying you are already logged in.

i tried below but seems not working. ( on stack overflow there are answers 
but it's so complex) 

```
def login_view(request): form = LoginForm(request.POST or None) msg = None 
if request.method == "POST": if form.is_valid(): username = 
form.cleaned_data.get("username") password = 
form.cleaned_data.get("password") user = authenticate(username=username, 
password=password) if request.user.is_authenticated: msg="User already 
logged in, multiple log in not allowed " return redirect("/") if user is 
not None: login(request, user) return redirect("/") else: msg = 'Invalid 
credentials' else: msg = 'Error validating the form' return render(request, 
"accounts/login.html", {"form": form, "msg" : msg})
```

Thanks 

-- 
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 
https://groups.google.com/d/msgid/django-users/8ccc8131-4a35-450d-9f6c-8d769a0b890cn%40googlegroups.com.


Re: Required Django & React Full Stack Developer.

2021-03-14 Thread Sujayeendra G


Sent from Sujay’s iPhone

> On 14-Mar-2021, at 3:22 PM, Kunal Solanke  wrote:
> 
> 
> Did you forget to mention stipend or what  !!
> Work from home is a perk? 
> 
> ps:Not interested coz i don't match the criterion..
> 
>> On Sun, Mar 14, 2021, 15:08 Sujayeendra G  wrote:
>> Dear Friends. 
>> 
>> I'm in the requirement of a full time developer for an ongoing E-commerce 
>> project. who is able to handle Django for backend and React Native for 
>> Mobile app. 
>> 
>> Kindly find the below Job description and interested people can ping me. 
>> 
>> Job description
>> Fluent in Python/Django.
>> Good Knowledge in Django REST framework, API design, and development
>> Good Knowledge of background tasks using Celery/RabbitMQ/Redis.
>> Fluent in Javascript, React & React Native.
>> Database technologies like MySQL, Postgres, and MongoDB
>> Deploying applications built with Python/Django on Cloud providers like 
>> AWS/GCP with EC2 instances or server-less containers.
>> Front-end (CSS) frameworks like Foundation or Bootstrap, AJAX
>> Experience with Github or similar code repository systems
>> Independent, self-managed and motivated
>> Roles and Responsibilities
>> Analyse and study complex systems requirements
>> Design and implement low-latency, high-availability and performance 
>> efficient applications
>> Write reusable, testable and efficient clean code based on software 
>> specifications and design
>> Integrate user-facing elements with server-side logic
>> Implement security and data protection
>> Integrate data storage solutions
>> Troubleshoot and resolve issues in existing software
>> Interact professionally with a diverse group of engineers and customers
>> Perks and Benefits
>> Work from home
>> Day shift
>> Monday to Friday
>> COVID-19 considerations
>> 
>> --
>> Regards
>> 
>> Sujay
>> CEO
>> TechnoDreams
>> 8123235678
>> i...@technodreams.in
>> 
>> -- 
>> 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 
>> https://groups.google.com/d/msgid/django-users/CAJ15Ob1YyGJO1YxrnWMAAzJrp8Km_PBDiV3R2oD6S-ia7yktQg%40mail.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 
> https://groups.google.com/d/msgid/django-users/CAOecAnyKAH7kV_z76tkvkK%3D-rezWZrCkD%2BzhxgJK8n15tfTr0w%40mail.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 
https://groups.google.com/d/msgid/django-users/51443832-63C3-48C7-B1ED-F69FE58B2FDC%40gmail.com.


Re: Required Django & React Full Stack Developer.

2021-03-14 Thread Kunal Solanke
Did you forget to mention stipend or what  !!
Work from home is a perk?

ps:Not interested coz i don't match the criterion..

On Sun, Mar 14, 2021, 15:08 Sujayeendra G  wrote:

> Dear Friends.
>
> I'm in the requirement of a full time developer for an ongoing E-commerce
> project. who is able to handle Django for backend and React Native for
> Mobile app.
>
> Kindly find the below Job description and interested people can ping me.
> 
>
> Job description
>
>- Fluent in Python/Django.
>- Good Knowledge in Django REST framework, API design, and development
>- Good Knowledge of background tasks using Celery/RabbitMQ/Redis.
>- Fluent in Javascript, React & React Native.
>- Database technologies like MySQL, Postgres, and MongoDB
>- Deploying applications built with Python/Django on Cloud providers
>like AWS/GCP with EC2 instances or server-less containers.
>- Front-end (CSS) frameworks like Foundation or Bootstrap, AJAX
>- Experience with Github or similar code repository systems
>- Independent, self-managed and motivated
>
> *Roles and Responsibilities*
>
>- Analyse and study complex systems requirements
>- Design and implement low-latency, high-availability and performance
>efficient applications
>- Write reusable, testable and efficient clean code based on software
>specifications and design
>- Integrate user-facing elements with server-side logic
>- Implement security and data protection
>- Integrate data storage solutions
>- Troubleshoot and resolve issues in existing software
>- Interact professionally with a diverse group of engineers and
>customers
>
> *Perks and Benefits*
>
>- Work from home
>- Day shift
>- Monday to Friday
>- COVID-19 considerations
>
>
> --
> Regards
>
> Sujay
> CEO
> TechnoDreams
> 8123235678
> i...@technodreams.in
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAJ15Ob1YyGJO1YxrnWMAAzJrp8Km_PBDiV3R2oD6S-ia7yktQg%40mail.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 
https://groups.google.com/d/msgid/django-users/CAOecAnyKAH7kV_z76tkvkK%3D-rezWZrCkD%2BzhxgJK8n15tfTr0w%40mail.gmail.com.


Required Django & React Full Stack Developer.

2021-03-14 Thread Sujayeendra G
Dear Friends.

I'm in the requirement of a full time developer for an ongoing E-commerce
project. who is able to handle Django for backend and React Native for
Mobile app.

Kindly find the below Job description and interested people can ping me.


Job description

   - Fluent in Python/Django.
   - Good Knowledge in Django REST framework, API design, and development
   - Good Knowledge of background tasks using Celery/RabbitMQ/Redis.
   - Fluent in Javascript, React & React Native.
   - Database technologies like MySQL, Postgres, and MongoDB
   - Deploying applications built with Python/Django on Cloud providers
   like AWS/GCP with EC2 instances or server-less containers.
   - Front-end (CSS) frameworks like Foundation or Bootstrap, AJAX
   - Experience with Github or similar code repository systems
   - Independent, self-managed and motivated

*Roles and Responsibilities*

   - Analyse and study complex systems requirements
   - Design and implement low-latency, high-availability and performance
   efficient applications
   - Write reusable, testable and efficient clean code based on software
   specifications and design
   - Integrate user-facing elements with server-side logic
   - Implement security and data protection
   - Integrate data storage solutions
   - Troubleshoot and resolve issues in existing software
   - Interact professionally with a diverse group of engineers and customers

*Perks and Benefits*

   - Work from home
   - Day shift
   - Monday to Friday
   - COVID-19 considerations


--
Regards

Sujay
CEO
TechnoDreams
8123235678
i...@technodreams.in

-- 
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 
https://groups.google.com/d/msgid/django-users/CAJ15Ob1YyGJO1YxrnWMAAzJrp8Km_PBDiV3R2oD6S-ia7yktQg%40mail.gmail.com.


Re: Django debug toolbar database query stats, but when generating pdf files?

2021-03-14 Thread Kasper Laudrup
On 14/03/2021 09.52, sakshi jain wrote:
> https://youtu.be/yqiyljC3BvM 
> 

How is that in any way relevant to the question being asked?

You are not going to improve you reputation by spamming.

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 emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/92827096-67ed-0154-6aad-8349b0f1d165%40stacktrace.dk.


Re: Django debug toolbar database query stats, but when generating pdf files?

2021-03-14 Thread sakshi jain
https://youtu.be/yqiyljC3BvM

subscribe & share

On Sun, Mar 14, 2021, 09:21 richard...@gmail.com 
wrote:

> Hi,
>
> I find the identification of duplicate and similar database calls in the
> Django Debug Toolbar invaluable for optimizing database access. The
> information shows up in an overlay over html pages. Of course, the
> information cannot show up when I'm generating a pdf, though I can tell
> from the runserver response time that the database calls are still being
> tabulated.
>
> Is there a way in which I can still view the SQL access details when
> generating a pdf?
> Or is there another method I should use?
>
> Thanks!
> Richard Brockie
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/ab6757c1-0146-4eb4-b182-d4b1db118673n%40googlegroups.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 
https://groups.google.com/d/msgid/django-users/CAJhs3iNFb8EFpV_T60JjgaNLuhxzmcGsjUaacdfjQcykbQY%2BQA%40mail.gmail.com.