Created
March 2, 2021 21:48
-
-
Save vinodMS/4563cc1992bebba48d8997b0d70e6565 to your computer and use it in GitHub Desktop.
Wagtail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Follow these steps prior to developing a new feature. | |
1. git pull (on develop) | |
2. git checkout -b feature/<name-of-feature> (create a new branch from develop. Replace name-of-feature with the feature you're working on, example feature/hello-world) | |
3. python manage.py migrate && python manage.py collectstatic (run this inside the container) | |
4. Access the website on the browser and make sure it's working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment