Hi David,

On 08/05/2020 23.18, David Merrick wrote:
Hi, I am interested in what web servers can be used for Django Web Apps and whether the Domain Name Servers are Static or Dynamic. Static Domain Name Servers (DNS) the IP Address doesn't change and Dynamic (DNS) IP Address does change.


That is really two completely unrelated questions.

For deployment you can use quite a few different web servers, but it really depends on your requirements:

https://docs.djangoproject.com/en/3.0/howto/deployment/

Django doesn't know anything about domain servers, that's not really related at all.

To be a bit pedantic, there really isn't any difference between a dynamic and a static DNS server. DNS just resolves host names to IP addresses (and more, but that's not relevant). Some DNS records just have a low TTL meaning that the information provided changes more often making them more "dynamic".

How you decide to handle that also depends on your requirements and most likely how you decide to host your Django application.

Hope that helps.

Kind regards,

Kaspr Laudrup

--
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 
https://groups.google.com/d/msgid/django-users/c94d816f-b88b-feab-0a61-cd08718bc70f%40stacktrace.dk.

Reply via email to