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

Add a note about applying migrations after installation #94

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anenadic
Copy link

Fixes #93.

@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.00%. Comparing base (4e93afa) to head (ead9874).
Report is 48 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #94   +/-   ##
=======================================
  Coverage   80.00%   80.00%           
=======================================
  Files          13       13           
  Lines          80       80           
=======================================
  Hits           64       64           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@AdrianDAlessandro AdrianDAlessandro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!


`You have 19 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, main, sessions.`

If this is the case, stop your webapp (with CONTROL/CMD-C) and apply the migrations with:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is one of the few times you actually do use the CONTROL key on a Mac instead of CMD

Suggested change
If this is the case, stop your webapp (with CONTROL/CMD-C) and apply the migrations with:
If this is the case, stop your webapp (with CONTROL-C) and apply the migrations with:

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.

Remind user to apply migrations when installing the tool in installation instructions
3 participants