Re: Primary Key

2020-01-20 Thread Forrest Hartley
I’m not sure a six digit model would support 10bn unique values. On Mon, Jan 20, 2020 at 4:01 AM Soumen Khatua wrote: > Hi Folks, > > I want to generate unique 6 digit primary key for django models and I want > to generate this for 10 billon users. So guys please could you tell me How > I can do

Re: email api

2020-01-05 Thread Forrest Hartley
Yes, there are many. A quick google search came up with this post: https://www.g2.com/products/twilio-sendgrid-email-api/competitors/alternatives I personally like Mailgun quite a bit. On Mon, Jan 6, 2020 at 1:28 AM sum abiut wrote: > Is there any other email API out there that I can use to se

Re: How does one deploy a Django developed web application in VS Code to IIS?

2019-12-06 Thread Forrest Hartley
VS Code is just a text editor. You could hypothetically use Tasks to automate deployment (reference the documentation here ), but by and large you'll use the same directions for deploying to a classic IIS server: Deploy Django on IIS

Re: basic_app not provide the User how to reslove ?

2019-11-28 Thread Forrest Hartley
You don't have a model called "user". On Wed, Nov 27, 2019 at 11:11 PM MEGA NATHAN wrote: > Hi. > > > > PS C:\Users\Meghanathan\Desktop\django\django_levelfive\learning_users> > python manage.py migrate basic_app > SystemCheckError: System check identified some issues: > > ERRORS: > basic_app.Us