Created
October 17, 2013 00:15
-
-
Save carlcrott/7017236 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(x3)lilith@lilith:~/django_projects/x3$ grep "frame_metadata" -r ./* | |
(x3)lilith@lilith:~/django_projects/x3$ find . -name models.py | |
python manage.py syncdb | |
Syncing... | |
Creating tables ... | |
Creating table account_emailaddress | |
Creating table account_emailconfirmation | |
Creating table auth_permission | |
Creating table auth_group_permissions | |
Creating table auth_group | |
Creating table auth_user_groups | |
Creating table auth_user_user_permissions | |
Creating table auth_user | |
Creating table django_content_type | |
Creating table django_session | |
Creating table django_site | |
Creating table assay_counter | |
Creating table assay_study_plan | |
Creating table assays | |
Creating table cartridge_check | |
Creating table chips | |
Creating table derived_data | |
Creating table derived_data_inputs | |
Creating table experiment_assays | |
Creating table experiment_metadata | |
Creating table experiment_runplan | |
Creating table experiments | |
Creating table prototype_hw_version | |
Creating table prototype_sw_version | |
Creating table prototype_version | |
Creating table prototypes | |
Creating table prototypes2 | |
Creating table led_status | |
Creating table measurements | |
Creating table frame_metadata | |
Creating table frames | |
Creating table function_manifests | |
Creating table gain_files | |
Creating table leds | |
Creating table measured_concentrations | |
Creating table measurement_channels | |
Creating table measurement_metadata | |
Creating table multi_frames | |
Creating table pixel_files | |
Creating table raw_frames | |
Creating table regressed_frames | |
Creating table rosco_gels | |
Creating table runplans | |
Creating table sample_concentrations | |
Creating table sample_metadata | |
Creating table samples | |
Creating table assay_counter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment