Mise à jour après installation serveur

Bonjour,
J’ai fait une installation sur un serveur debian sans gui avec gunicorn.
Tout marche bien.
Je me demande comment je devrai faire pour installer la prochaine mise à jour.
merci

Re-bonjour,
J’ai testé : lucterios_admin.py update
Mais j’obtiens le message d’erreur suivant :
Bad refresh choza (No translation files found for default language C..)
Je ne comprends pas quel est le problème.
Merci de votre éclairage
Cordialement

Bonjour,

Cela semble un souci de langage par défaut du Linux.

Commencez par vérifier que votre Linux a bien l’environnement “FR” d’installer (voir Debian et UTF8)

Si le problème persiste, ré-essayer de relancer la commande ainsi:

LANG="fr_FR.UTF-8" /var/lucterios2/launch_lucterios.sh update

Bonjour,
Merci de votre réponse.
J’ai vérifié, ma debian a bien fr utf-8 en locale.
J’ai lancé launch_lucterios update, voici le résultat :
Operations to perform:
Apply all migrations: CORE, accounting, admin, auth, condominium, contacts, contenttypes, documents, framework, mailing, payoff, sessions, syndic
Running migrations:
No migrations to apply.
Your models in app(s): ‘condominium’ have changes that are not yet reflected in a migration, and so won’t be applied.
Run ‘manage.py makemigrations’ to make new migrations, and then re-run ‘manage.py migrate’ to apply them.

J’ai alors lancé manage.py makemigrations comme suggéré et j’obtiens :
It is impossible to add a non-nullable field ‘supporting_ptr’ to callfundssupporting without specifying a default. This is because the database needs something to populate existing rows.
Please select a fix:

  1. Provide a one-off default now (will be set on all existing rows with a null value for this column)
  2. Quit and manually define a default value in models.py.
    Select an option:

là, j’ai quitté.
Cordialement