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
Unless you are installing django-template in an already initialized git repo, you'll get fatal: not a git repository (or any of the parent directories): .git from the line git add --chmod=+x -- .platform/*/*/*.sh in the post-install instructions
Also need to add yarn install or npm install to the instructions if sass or django react installed
The text was updated successfully, but these errors were encountered:
Unless you are installing django-template in an already initialized git repo, you'll get
fatal: not a git repository (or any of the parent directories): .git
from the linegit add --chmod=+x -- .platform/*/*/*.sh
in the post-install instructionsAlso need to add
yarn install
ornpm install
to the instructions if sass or django react installedThe text was updated successfully, but these errors were encountered: