Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2013 12:01
Show Gist options
  • Save anonymous/5037976 to your computer and use it in GitHub Desktop.
Save anonymous/5037976 to your computer and use it in GitHub Desktop.
myproject
├── dcmachines
│   ├── __init__.py
│   ├── models
│   │   └── __init__.py
│   ├── tests.py
│   └── views.py
├── manage.py
└── myproject
├── __init__.py
├── __init__.pyc
├── settings.py
├── settings.pyc
├── urls.py
└── wsgi.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment