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: add update command to manage.py #247

Merged
merged 1 commit into from
Jul 25, 2020
Merged

Conversation

bbmt-bbmt
Copy link
Contributor

This update command does:

  • git checkout master && git pull
  • git checkout to the last version
  • lauch pip3 install --upgrade -r requirements.txt
  • manage.py migrate
  • manage.py collectstatic
  • manage.py compilemessages

TODO:

  • documentation

@fallen fallen added this to the 2.3 milestone Jul 16, 2020
@fallen fallen self-requested a review July 16, 2020 19:28
@fallen
Copy link
Member

fallen commented Jul 21, 2020

Looks good to me!
Do you want me to wait for some documentation update before merging?

@bbmt-bbmt
Copy link
Contributor Author

I would have liked to write some documentation but my English is too bad. You can merge, thanks :-)

@fallen
Copy link
Member

fallen commented Jul 25, 2020

No problem I'll do it :)
Merging, thanks a lot!

@fallen fallen merged commit 7449858 into pytition:master Jul 25, 2020
@fallen fallen linked an issue Jul 29, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add upgrade section on documentation
2 participants