Usage of Django [closed]
How exactly is Django used in production servers? Is it used mostly with rest_framework for creating APIs or is it just used as a full-stack framework with template rendering. Asking because templates in prod seems not right.
Want to know the general case of usage of Django