Using Django 3.1.7 on a MacBook Pro now, I recently moved the Django project from a Windows 10 machine. Despite setting up the database and superuser again, running pipenv sync
didn't result in serving any of my URLs or Admin page CSS styles. The server runs fine, but only the '/admin' page works while all other pages show my custom 404 page. Is there a solution to this issue? What could be causing it? Where can I locate the Admin CSS files?