{'name': 'Matt Makai',
'occupation': 'Full stack developer',
'specialties': ['Python',
{'Django': 'since 0.96'},
'data visualization',
'prototypes',
'oh crap! moments'],
'normal_location': 'Washington, DC',
}
It is in version control, right?
git clone git@github.com:makaimc/pd.git
cd pd; ls -ltra
project_root
|- settings.py
|- urls.py
|- wsgi.py
|- manage.py
|- requirements.txt
|- app1/
|- app2/
|- app3/
project_root
|- project_name/
|- settings.py
|- urls.py
|- wsgi.py
|- manage.py
|- requirements.txt
|- app1/
|- app2/
|- app3/
project_root
|- settings.py
|- urls.py
|- wsgi.py
|- manage.py (modified)
|- env/
|- requirements.txt
|- apps/
|- app1/
|- app2/
|- app3/
project_root
|- app1/
|- tests.py
|- fixtures/fixture.json
No wonder the tests passed...
project_root
|- app1/
|- tests/
|- frontend-tests.py
|- backend-tests.py
|- smoke-tests.py
|- mocked-tests.py
|- fixtures/fixture.json