Removes JWT authentication in favor of just vanilla Django session-based.
Fixes CSS node_modules imports.
Overrides webpack config through react-rewired so that development files are written to disk instead of served from memory. This way Django can now serve the frontend in the same app.
This PR:
node_modules
imports.react-rewired
so that development files are written to disk instead of served from memory. This way Django can now serve the frontend in the same app.types.ts
to match new API.