Skip to content

Commit

Permalink
chore: DS_Store in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Jul 31, 2023
1 parent b298a00 commit e138704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.egg-info
.sass-cache
.webassets-cache
.DS_Store
__pycache__
celerybeat-schedule
config.json
Expand Down
2 changes: 2 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ En développement vous pouvez démarrer l’API web avec la commande
poetry run flask run
```

Il faudra toutefois régler le problème des variables d'environnement.

### Démarrage des workers

Dans une autre fenêtre vous pouvez lancer les workers avec la commande
Expand Down

0 comments on commit e138704

Please sign in to comment.