Re: Django - Heavy Databse Usage

2019-11-18 Thread Motaz Hejaze
Make a custom user model , using abstractbaseuser , abstract base manager , lets say the custom user model will be myuser , myuser will contain all the common data between all users like name and email for example , , extend the custom user model using one to one relation with a model for each

Re: Django jobs available

2019-11-18 Thread Motaz Hejaze
I sent my CV On Mon, 18 Nov 2019, 4:50 pm Chuck, wrote: > Thank you for your email. And sorry that I am looking for the job around > Los Angeles, CA where close to I live. > > Thank you, > Chuck > > > On Sunday, November 17, 2019, 11:55:42 PM PST, Jani Tiainen < > rede...@gmail.com> wrote: > >

Django - Heavy Databse Usage

2019-11-18 Thread Paul Onteri
Let's say you are building a SAAS application system in which every user will use the database heavily, for example, a hospital management system. Should you have separate databases for each user? And how do you implement this in Django? -- You received this message because you are subscribed

Re: Django jobs available

2019-11-18 Thread Chuck
Thank you for your email. And sorry that I am looking for the job around Los Angeles, CA where close to I live. Thank you,Chuck On Sunday, November 17, 2019, 11:55:42 PM PST, Jani Tiainen wrote: If you are an experienced software developerlooking for new challenges - this could

Python Developer (Remote) Role

2019-11-18 Thread Sherif Siyanbola
Follow this link to Apply http://www.devgigs.com.ng/job/python-developer-remote/ -- 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: Django GIS query on annotated spatial field

2019-11-18 Thread Simon Charette
Hello Bill! I'd try again with 3.0rc1 which was released today and file a bug report if it still crashes. Cheers, Simon Le lundi 18 novembre 2019 06:08:29 UTC-5, Bill Bouzas a écrit : > > Good day Simon, > > I reproduced with Django 2.2.7, I receive the same error. > > Kind regards, > Bill > >

Re: Django jobs available

2019-11-18 Thread Jani Tiainen
Send your application and our recruitees will check it out. ma 18. marrask. 2019 klo 15.06 Mohammad yunus kirjoitti: > What if I am Freshers? > > On Mon, 18 Nov 2019, 1:25 pm Jani Tiainen, wrote: > >> >> If you are an experienced software developer looking for new challenges - >> this could be

Re: Django jobs available

2019-11-18 Thread Mohammad yunus
What if I am Freshers? On Mon, 18 Nov 2019, 1:25 pm Jani Tiainen, wrote: > > If you are an experienced software developer looking for new challenges - > this could be your opportunity! > > > > Keypro is internationally growing company specialized in network > information management systems and

Re: reg: creating blog topic in database

2019-11-18 Thread 'Amitesh Sahay' via Django users
Hi, To be honest, I have tried following the django docs link that you have shared. But I failed to understand the relevance . I have little knowledge. So, I might be little clueless here. Regards, Amitesh On Saturday, 16 November, 2019, 5:00:11 PM IST, Integr@te System wrote:

Re: Django GIS query on annotated spatial field

2019-11-18 Thread Bill Bouzas
Good day Simon, I reproduced with Django 2.2.7, I receive the same error. Kind regards, Bill On Fri, 15 Nov 2019 at 17:19, Simon Charette wrote: > Can you reproduce with Django 2.2.7 (releases November 4th, 2019) > > Le vendredi 15 novembre 2019 06:04:32 UTC-5, Bill Bouzas a écrit : >> >>

Django 3.0 release candidate 1 released

2019-11-18 Thread Mariusz Felisiak
We've made the final (hopefully) release on the way to Django's next major release, Django 3.0! Check out the blog post: https://www.djangoproject.com/weblog/2019/nov/18/django-30-release-candidate-1-released/ -- You received this message because you are subscribed to the Google Groups "Django