Skip to content

Instantly share code, notes, and snippets.

@theeluwin
Last active August 14, 2017 05:48
Show Gist options
  • Select an option

  • Save theeluwin/fc8a9eaf31546364c3c45ccd32ef0d4e to your computer and use it in GitHub Desktop.

Select an option

Save theeluwin/fc8a9eaf31546364c3c45ccd32ef0d4e to your computer and use it in GitHub Desktop.
cd ~
mkdir ~/static
mkdir ~/media
mkdir ~/misc
mkdir ~/log
touch ~/log/access.log
touch ~/log/error.log
touch ~/log/uwsgi.log
virtualenv ~/venv -p python3
echo 'source ~/venv/bin/activate' >> ~/.profile
@theeluwin
Copy link
Copy Markdown
Author

hu_1411662775_367718437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment