Skip to content

Instantly share code, notes, and snippets.

@nimeshpahadi
Last active February 7, 2021 04:29
Show Gist options
  • Save nimeshpahadi/519fd707b6b0fc65e5c8919804acc77a to your computer and use it in GitHub Desktop.
Save nimeshpahadi/519fd707b6b0fc65e5c8919804acc77a to your computer and use it in GitHub Desktop.
sudo apt-get install python3-venv
python3 -m venv testenv
django-admin startproject project_name
mv project_name/manage.py ./
mv project_name/project_name/* project_name
rm -r project_name/project_name/
sendgrid api key
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment