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
devcontainer-shell: # (Dev Container) Launch an interative Django shell for the pokeapi app
100
+
python manage.py shell ${docker_config}
101
+
102
+
devcontainer-setup: dev-install devcontainer-migrate devcontainer-build-db # (Dev Container) Install requirements, prepare the latest DB schema, populate the DB
0 commit comments