You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a larger project broken out into smaller pieces is a useful usecase for Boss. For example and existing Django project from template, and django-app template that pastes into the existing django app. Adding a line to the 'INSTALLED_APPS' list in a django settings.py would be nice. For example:
Using a '#boss.mark' allows us to drop a line of code after the marking point. Might be nice to make the changes, and then present a 'diff' to the user making them accept the change... but maybe that is overkill.
The text was updated successfully, but these errors were encountered:
Having a larger project broken out into smaller pieces is a useful usecase for Boss. For example and existing Django project from template, and django-app template that pastes into the existing django app. Adding a line to the 'INSTALLED_APPS' list in a django settings.py would be nice. For example:
Existing project settings.py:
Template boss.json:
Using a '#boss.mark' allows us to drop a line of code after the marking point. Might be nice to make the changes, and then present a 'diff' to the user making them accept the change... but maybe that is overkill.
The text was updated successfully, but these errors were encountered: