Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created September 23, 2014 15:20
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 mrchrisadams/7ec710439f30b88d1f9c to your computer and use it in GitHub Desktop.
Save mrchrisadams/7ec710439f30b88d1f9c to your computer and use it in GitHub Desktop.
lovely_client_project
├── Vagrantfile
├── cruft
│   ├── db.dump.sql
│   └── todo.txt
├── docs
│   ├── architecture.md
│   ├── deployment.md
│   ├── gocardless.md
│   ├── installation.md
│   ├── readme.md
│   └── testing.md
├── lovely_client
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── customers
│   ├── feeds
│   ├── filebrowser
│   ├── lovely_client
| │   ├── __init__.py
| │   ├── settings
| | | ├── __init__.py
| | | ├── base.py # holds the shared stuff
| | | ├── local.py # holds the stuff that applies to lacal
| | | └── production.py # you can probably guess this
| │   ├── urls.py
│   ├── help
│   ├── manage.py
│   ├── news
│   ├── site_media
│   ├── templates
├── provisioning
│   ├── ansible # goes stuff here
├── readme.txt
└── requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment