Skip to content

Use django admin

Nax requested to merge use_django_admin into dev

This is a big project that I wanted to implement in re2o for quite a time now. The idea is to reuse Django_contrib_admin for most of the existing views.

This merge request does the following tasks :

  • Implements a custom theme for Django Admin based on re2o interface (in useradmin/templates/admin) ;
  • Defines a new Django Admin interface for normal users (different from the interface for staff members).

It may be seen as a large amount of code, but in reality it is just templates for the Django Admin.

Edited by Nax

Merge request reports