Last active
February 7, 2021 04:29
-
-
Save nimeshpahadi/519fd707b6b0fc65e5c8919804acc77a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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