Re: Advice please.

2020-08-02 Thread Chucky Mada Madamombe
Hi, You have 2 options: 1. You can use choices 2. You can store data in a model, and then link with a foreign key. First option is suitable for that data which wont change regularly e.g gender..For data that changes or need to be updated regularly, then use second option. On Mon, 03 Aug 2020,

Re: Advice please.

2020-08-02 Thread Hector Berrones
Thank you Rayan. On Sun, Aug 2, 2020, 8:15 PM 'Ryan Nowakowski' via Django users < django-users@googlegroups.com> wrote: > > > On August 2, 2020 7:21:04 PM CDT, Hector Berrones > wrote: > >I have very little experience using django and I would like to know how > >would be the most conveniente

Re: Advice please.

2020-08-02 Thread 'Ryan Nowakowski' via Django users
On August 2, 2020 7:21:04 PM CDT, Hector Berrones wrote: >I have very little experience using django and I would like to know how >would be the most conveniente way to store and manage the common data >in a >django proyect that would have several applications when I say common >data I mean

Re: 'str' object has no attribute '_meta'

2020-08-02 Thread coolguy
please provide some details. It's pretty vague at this time. On Sunday, August 2, 2020 at 6:12:33 PM UTC-4, Giovanni Silva wrote: > > > > -- > *Giovanni Silva* > (31) 9 9532-1877 > -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Advice please.

2020-08-02 Thread Hector Berrones
Hi Bros, I have very little experience using django and I would like to know how would be the most conveniente way to store and manage the common data in a django proyect that would have several applications when I say common data I mean information about tables cities, Countries, Catalog

'str' object has no attribute '_meta'

2020-08-02 Thread Giovanni Silva
-- *Giovanni Silva* (31) 9 9532-1877 -- 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

Re: Udemy Clone

2020-08-02 Thread Kasper Laudrup
Hi Yedant, On 02/08/2020 17.54, vedant mehta wrote: I m facing many problems. Video player , forum for qna, creating assignment page, stars for the instructor, generating certificate. So far we can gather that you want to do something, but have no idea how to do any of it and therefore

Re: Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

2020-08-02 Thread Kasper Laudrup
Hi Vishnu, On 02/08/2020 18.33, Vishnu Bhandari wrote: HI Kasper, Its an organisation project. I am expecting some leads to initiate this project. Like which library can be used for this. OK, nothing wrong with that. But maybe you should try to make that clear? I just saw a list of quite

Re: Udemy Clone

2020-08-02 Thread vedant mehta
>From scratch . -- 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: Udemy Clone

2020-08-02 Thread vedant mehta
I m facing many problems. Video player , forum for qna, creating assignment page, stars for the instructor, generating certificate. -- 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

Django context to React component

2020-08-02 Thread jose ivan perez diaz
Hi Everyone, Where can I found a guide to combine django and React? I mean, what I want is passing the context to a React component, any clue?, I know that is possible combine them throw django rest framework through an API, but is it possible work with the context from django in React, thaks

Re: Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

2020-08-02 Thread Vishnu Bhandari
Hi Julio, Thanks for sharing the reference. But i need to create folder structure which we get from remote servers like filezilla. On Sun, Aug 2, 2020 at 10:10 PM Julio Cojom wrote: > This is a frontend job, I searched this a time ago and in the search, > there are some tutorials with

Re: Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

2020-08-02 Thread Julio Cojom
This is a frontend job, I searched this a time ago and in the search, there are some tutorials with JavaScript frameworks like angular or Vue. https://medium.com/js-dojo/how-to-build-a-file-manager-storage-web-app-with-django-rest-framework-and-vue-js-e89a83318e9c On Sun, Aug 2, 2020, 10:34 AM

Re: Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

2020-08-02 Thread Vishnu Bhandari
HI Kasper, Its an organisation project. I am expecting some leads to initiate this project. Like which library can be used for this. On Sun, Aug 2, 2020 at 10:00 PM Kasper Laudrup wrote: > Hi Vishnu, > > If you're looking to hire someone to create this project for you, you > would probably have

Re: Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

2020-08-02 Thread Kasper Laudrup
Hi Vishnu, If you're looking to hire someone to create this project for you, you would probably have a better chance of getting some responses if you include things like how much your willing to pay, which kind of experience your looking for, how long you've expecting someone to work on this

Re: How to do the chrome extension work only with logged users?

2020-08-02 Thread Kasper Laudrup
Hi Bruno, On 02/08/2020 07.04, Bruno Salles Pereira wrote: How to do the chrome extension work only with logged users This is not the place for Chrome extension development. Try here instead: https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions Kind regards, Kasper

Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

2020-08-02 Thread Vishnu Bhandari
Detailed Requirement:- - user log in into web application, he will find multiple group of servers shown on UI section (Stored in database) - In group of server, there will be multiple servers (can be Linux, windows, fadora, etc.) - User clicks on any of the server (No

How to do the chrome extension work only with logged users?

2020-08-02 Thread Bruno Salles Pereira
How to do the chrome extension work only with logged users -- 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

Re: Udemy Clone

2020-08-02 Thread Anu Pande
Hi ! At what step of the project do you need help? On Friday, July 31, 2020 at 7:17:32 PM UTC+5:30, vedant mehta wrote: > > I m creating a udemy clone can anyone help? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: file format changer

2020-08-02 Thread Integr@te System
Hi Stephen, If you do still find out any relative information about your question, take a look in some python standard packages json/xml... then process it or tools usql tsql in synapse/ spark/bigquery... Hope it helpful and please see here without your topic. Tks. On Sun, Aug 2, 2020, 2:15 AM

Re: Udemy Clone

2020-08-02 Thread Venkata Penumatsa
Is this project already started and in middle ? Or from scratch ? On Sun, 2 Aug 2020 at 2:18 AM, jhabar singh wrote: > what help do u need ? > > > On Fri, Jul 31, 2020 at 7:16 PM vedant mehta > wrote: > >> I m creating a udemy clone can anyone help? >> >> -- >> You received this message