Skip to content

base django application

Javier Rojas requested to merge feature/TG-12 into main

just an (almost) empty django application:

  • the app directory contains all the global config. files: urls.py, settings.py, wsgi/asgi and others
  • the auditoria_elecciones directory is the Django application where we should create our models, define views/endpoints, etc.

Merge request reports