Skip to content

Commit

Permalink
Ajout commande d'import du fichier dans README sur app scalingo
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzirek committed Jun 28, 2024
1 parent 83829e2 commit 7402dfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ scalingo --app my-app run python manage.py createsuperuser
# CRON
Sur Scalingo, des crons sont configurés via Scalingo Scheduler (cf. fichier cron.json à la racine du projet).
Ils sont monitorés via Sentry Cron Monitors.


# Import du fichier d'extraction des contacts Agricoll
scalingo --app APP_NAME run --file FILE_PATH python manage.py import_contacts /tmp/uploads/FILE_NAME.csv

0 comments on commit 7402dfe

Please sign in to comment.