Re: Starting Django

2022-07-15 Thread 【雷涵】Syed
Hi Manpreet, Assuming you need intermediate content for django. Check out these youtube channels: - Chuck Severance has a very thorough course, its also featured in freecodecamp - Codeforentrepreneur's "try django" series, - Very Academy Channel, - Matt layman channel - Just Django Channel N

How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Abhilash Singh Chauhan
Hii Everyone I have a Django App which I want to deploy on a Centos Linux server having a global/public IP which is assigned to a domain and is secured with SSL . The System c

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Sajanraj T D
You can use gunicorn with nginx. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04 On Fri, Jul 15, 2022 at 7:59 PM Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have a Django App which I want

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread kuda ronnie
contact me on my contact, which u will find on afrqweb.herokuapp.com (website still under development) best regards scientist On Fri, Jul 15, 2022 at 4:29 PM Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have a Django App which I want to deploy on a Centos L

External Authentication with username in header

2022-07-15 Thread Mark Glass
I would like to change the link that opens a Django app. Currently the app is launched with GET http://localhost:8000. I would like to include a username and password in the header. The header would be intercepted somehow (Middleware?) and the user marked as authenticated. The app will then lau