Hello there,
just created project and trying to deploy it on Windows Server 2019 with Apache Lounge and mod_wsgi. Everything works perfectly except for built-in admin pages, because static file for it just not loading settings.py
Alias /static "C:/Users/adm.dev/Desktop/git/helpdesk/helpdesk/static/"
<Directory "C:/Users/adm.dev/Desktop/git/helpdesk/helpdesk/static/">
Require all granted
</Directory>
Very grateful to your reply, but found out that it was my mistake in routing to static, i misplaced my STATIC_ROOT folder with STATIC_URL folder in apache settings.