Mentions légales du service

Skip to content
  • BERJON Matthieu's avatar
    Add the legacy database model · 9a10e025
    BERJON Matthieu authored
    
    
    I added the legacy database model into the app.
    
    In order to do that I:
    
    - created the urls.py and views.py file (required by Django)
    - created the legacy model using the inspectdb tools given by Django and
    stored in models.py
    - followed the process to initialize the migrations at the stage of the
    model (resulting in the creation of the migrations folder)
    
    Signed-off-by: default avatarMatthieu Berjon <matthieu.berjon@inria.fr>
    9a10e025