Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added additional shortcuts to the makefile #2283

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

dhruv-goyal-10
Copy link
Contributor

Add Additional shortcuts to the makefile.

  • A wildcard (*) command that can run any command of the type docker compose exec backend bash -c "python manage.py *". For e.g make dbshell, make shell_plus.
    Any flags and additional data in the command can also be passed down. For e.g make "migrate facility 0001"
  • A separate command reset_db for resetting the database.

Associated Issue

Merge Checklist

  • Tests added/fixed (N/A)
  • Update docs in /docs (N/A)
  • Linting Complete
  • Any other necessary step (N/A)

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

@dhruv-goyal-10 dhruv-goyal-10 requested a review from a team as a code owner June 29, 2024 09:02
@vigneshhari vigneshhari merged commit 2bcb20a into ohcnetwork:develop Aug 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants