Skip to content

Instantly share code, notes, and snippets.

@Bentley4
Created August 15, 2012 16:39
Show Gist options
  • Save Bentley4/3361466 to your computer and use it in GitHub Desktop.
Save Bentley4/3361466 to your computer and use it in GitHub Desktop.
heroku tree
Tree I
app
└──├── core
├── __init__.py
├── manage.py
├── requirements.txt
├── settings.py
├── templates
└── urls.py
Tree II
app
└──myproject1
| ├── core
| ├── __init__.py
| ├── manage.py
| ├── requirements.txt
| ├── settings.py
| ├── templates
| └── urls.py
└──myproject1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment