Created
May 7, 2015 20:40
-
-
Save acmisiti/7d40af9e128daeccc5c3 to your computer and use it in GitHub Desktop.
sdfasd
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
(bookmarks)bookmarks # bin/build.sh | |
dropping old database ... | |
creating new database ... | |
migrating .... | |
Operations to perform: | |
Synchronize unmigrated apps: rest_framework, bookmarks, djcelery, users | |
Apply all migrations: admin, contenttypes, auth, sessions | |
Synchronizing apps without migrations: | |
Creating tables... | |
Creating table celery_taskmeta | |
Creating table celery_tasksetmeta | |
Creating table djcelery_intervalschedule | |
Creating table djcelery_crontabschedule | |
Creating table djcelery_periodictasks | |
Creating table djcelery_periodictask | |
Creating table djcelery_workerstate | |
Creating table djcelery_taskstate | |
Creating table hashtags | |
Creating table bookmarks_hashtags | |
Creating table bookmarks | |
Creating table image_uploads | |
Creating table tags | |
Creating table users_user | |
Installing custom SQL... | |
Installing indexes... | |
Running migrations: | |
Applying contenttypes.0001_initial... OK | |
Applying admin.0001_initial... OK | |
Applying auth.0001_initial... OK | |
Applying sessions.0001_initial... OK | |
(bookmarks)bookmarks # ./manage.py bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment