I have this Django application which works very well, but I do not understand at all, how to put it in production on a Ubuntu 22.04 LTS server using apache2 and to link it in HTTPS, on a domain such as shop.shopdeck.com Here's the Django application in question: https://github.com/Aftendo/shopdeck
-
What have you tried? Have you read up on Django deployment?– vidarloCommented Feb 16 at 17:05
-
I'm new to Django, and asked on their discord, but otherwise tried this: digitalocean.com/community/tutorials/…– Ghost0159Commented Feb 16 at 17:08
-
Well, that's a ten year old tutorial. Have you read the official documentation from the Django project? I would suggest reading it, and asking concrete question on unclear topics. Open ended questions such as "How do I..." tend to be closed or receive no answers on this site - especially when the documentation upstream answers your question.– vidarloCommented Feb 16 at 17:33
-
Ok, thank very much– Ghost0159Commented Feb 16 at 17:47
Add a comment
|