Django Job - Remote Work

2021-07-18 Thread clark.e...@gmail.com
Hello, looking for a job remotely. Thank you! Currently I am located in the Philippines -- 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...@

cannot resolve FieldError

2021-07-18 Thread frank dilorenzo
I am getting this error message: raise FieldError("Cannot resolve keyword '%s' into field. " django.core.exceptions.FieldError: Cannot resolve keyword 'date' into field. Choices are: bad, created, doa, entered, id, non, para, received, released, slabel, specie, specie_id, supplier, supplier_id

Message communication in both Text and Email

2021-07-18 Thread Ram
Hi, We are planning to implement messaging functionality similar to WhatsApp. That means WhatsApp allows users to send messages using a browser as well as a smart phone. We are looking for similar functionality where our application users can communicate on market place items. Is there any open so

[no subject]

2021-07-18 Thread pankaj palmate
Hello please help me in this, I want to provide my video content to users and my objects are stored in AWS s3 buckets.I want user to view video for 1 year of validity but restrict to download the video...also he will have acess through my website only(i.e. he should not use s3 object url to access

Re:

2021-07-18 Thread Benjamin Schollnick
Good luck. If the user can play the video, then they by definition have to be able to download the video. Unless you want to create your own proprietary streaming mechanism, if the web browser can display the video, it has to be able to cache the video (eg download it locally). For example,

Re:

2021-07-18 Thread Abhishek Choudhury
Hey Pankaj, I think you can achieve this by adding an expiration date field in the model. So for example, the respective video will be available to view only if the today's date is between the expiration date. ( Today's date < expiration date) And once today's date is exceeding 1 year period ( t

Added new column to model and run migrations but not applied to database table

2021-07-18 Thread Salima Begum
Hi all, I have added a new column to the existing model while developing. Then I run makemigrations and migrate. It is not applied to the database table which is created based on that model. How can I fix this issue? Please help me to complete this issue. The below issue I am facing in deployment

[no subject]

2021-07-18 Thread pankaj palmate
Hii ,Thank you for your response...but what hotstar does because i think their videos are not possible to download and if not how can we make it hard to download ?any referell link? On Mon, 19 Jul, 2021, 7:38 am Benjamin Schollnick, < bscholln...@schollnick.net> wrote: > Good luck. > > If the use

Re:

2021-07-18 Thread pankaj palmate
Hi Abhishek thanks for the response but we cannot avoid users from download using it On Mon, 19 Jul, 2021, 9:13 am Abhishek Choudhury, < choudhuryabhishe...@gmail.com> wrote: > Hey Pankaj, > > I think you can achieve this by adding an expiration date field in the > model. So for example, the resp

Re:

2021-07-18 Thread Abhishek Choudhury
Hi Pankaj, You can have it on a signed URL so that the video is only available/ viewable on the respective domain with authentication token. You can find the implementation in boto3 documentation. Thanks and regards, Abhishek Choudhury On Mon, 19 Jul 2021 at 10:43 AM, pankaj palmate < pankajpalm

Re:

2021-07-18 Thread Abhishek Choudhury
Hi Pankaj, Please go thorough the below link, I think this is what you’re looking for. https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/ Thanks and regards, Abhishek Choudhury On Mon, 19 Jul 2021 at 10:45 AM, pankaj palmate < pankajpalmate61...@gmail.com> wrote: > Hi Abh

Django developer team in Nigeria

2021-07-18 Thread SKYLINE TV
hello i am currently working with http://skylineict.com as a developer with php. but venture into python late last your. if you are a django developer or still learning kindly join my Nigeria team. we share ideas and help each other. join with the link below. whatgorup: https://chat.whatsapp.c

Re: Added new column to model and run migrations but not applied to database table

2021-07-18 Thread Abhishek Choudhury
Hi Salima, If you're in a hurry and trying it on development, I think you can create a new database and run the migrate command. This will recreate the schema and your issue will be resolved in no time. Thanks and regards, Abhishek Choudhury On Mon, 19 Jul 2021 at 10:37 AM, Salima Begum wrote:

Re: Added new column to model and run migrations but not applied to database table

2021-07-18 Thread Salima Begum
Hi Abhishek, What you suggested will work but I don't want to change my database without changing databases. I want to fix this issue. How can I achieve this? Please help me out. Thank you very much for your quick response. Thank you ~Salima On Mon, Jul 19, 2021 at 11:45 AM Abhishek Choudhury <