Created
July 18, 2012 22:56
-
-
Save woodbridge/3139518 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
| (venv)> python manage.py syncdb | |
| Syncing... | |
| Creating tables ... | |
| Installing custom SQL ... | |
| Installing indexes ... | |
| Installed 0 object(s) from 0 fixture(s) | |
| Synced: | |
| > django.contrib.auth | |
| > django.contrib.contenttypes | |
| > django.contrib.sessions | |
| > django.contrib.messages | |
| > django.contrib.staticfiles | |
| > django.contrib.admin | |
| > django.contrib.admindocs | |
| > south | |
| > accounts | |
| > facilities | |
| > support | |
| > data_sources | |
| > report_cards | |
| Not synced (use migrations): | |
| - | |
| (use ./manage.py migrate to migrate these) | |
| (venv)> python manage.py migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment