Bonjour,
J’essaye de mettre à jour ma version de Diacamma Syndic avec l’outil lucterios_admin.py, mon serveur est sous Ubuntu 16.04.
Je lance la commande suivante :
./launch_lucterios.sh update
Et voilà 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 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.
check parameters
Refresh copro
J’essaye donc la commande
python manage_copro.py makemigrations
Et j’obtiens l’erreur ci-dessous :
Traceback (most recent call last):
File "manage_copro.py", line 7, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
Quelqu’un peut-il m’aider, quel autre moyen pour faire une mise à jour ?
Merci.