I just started working with Django today, and am a little lost in the docs at the moment.
I'd like to create a single page application. I'd like the server to return a single index.html for any request that doesn't match "/api/*".
Can somebody show me what the most standard/accepted way to do this with Django would be? I spent a bit of time trying to Google for similar projects, but didn't have any luck so far.