Skip to content

Remove Django's built-in admin site

Administrator requested to merge remove-admin-site into master

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.

Merge request reports