Remove Django's built-in admin site
There's nothing to manage as we don't persist anything yet. I feel better removing stuff and just add it if we need it. This way the dev server doesn't warn us any more about DB migrations we don't care about.
I followed the steps described in https://docs.djangoproject.com/en/3.0/ref/contrib/admin/ but removing instead of adding.