Skip to content

Instantly share code, notes, and snippets.

@vinodMS
Created March 2, 2021 21:48
Show Gist options
  • Save vinodMS/4563cc1992bebba48d8997b0d70e6565 to your computer and use it in GitHub Desktop.
Save vinodMS/4563cc1992bebba48d8997b0d70e6565 to your computer and use it in GitHub Desktop.
Wagtail
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