Skip to content

Instantly share code, notes, and snippets.

@Bentley4
Created August 15, 2012 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bentley4/3361637 to your computer and use it in GitHub Desktop.
Save Bentley4/3361637 to your computer and use it in GitHub Desktop.
Project is called 'pykaboo_django',
(env_pykaboo_django)~/django1.3_projects/pykaboo_django$ tree
.
├── core
│   ├── admin.py
│   ├── admin.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── models.py
│   ├── models.pyc
│   ├── static
│   │   ├── css
│   │   │   ├── base.css
│   │   │   ├── layout.css
│   │   │   └── skeleton.css
│   │   └── media
│   │   ├── pyk-16w.ico
│   │   ├── pyk1.png
│   │   ├── pyk2.png
│   │   ├── pyk-32w.ico
│   │   ├── pyka1.png
│   │   ├── pykaboo_symbol.png
│   │   ├── pykaboo_usage1.png
│   │   └── pykaboo_usage2.png
│   ├── tests.py
│   ├── views.py
│   └── views.pyc
├── __init__.py
├── __init__.pyc
├── manage.py
├── requirements.txt
├── settings.py
├── settings.pyc
├── templates
│   └── core
│   ├── home.html
│   └── install.html
├── urls.py
└── urls.pyc
(env_pykaboo_django)~/django1.3_projects/pykaboo_django$ heroku run ls
Running `ls` attached to terminal... up, run.1
core __init__.pyc requirements.txt settings.pyc urls.py
__init__.py manage.py settings.py templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment