Advertisement
JorgeDeJesus

Untitled

Jul 27th, 2016
766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.96 KB | None | 0 0
  1. (geonode) www-geonode@geonode:~/geonode/src/geonode$ python manage.py makemigrations
  2. No changes detected
  3. (geonode) www-geonode@geonode:~/geonode/src/geonode$     python manage.py migrate account --noinput
  4. Operations to perform:
  5.   Apply all migrations: account
  6. Running migrations:
  7.   Rendering model states... DONE
  8.   Applying sites.0001_initial... OK
  9.   Applying contenttypes.0001_initial... OK
  10.   Applying taggit.0001_initial... OK
  11.   Applying taggit.0002_auto_20150616_2121... OK
  12.   Applying contenttypes.0002_remove_content_type_name... OK
  13.   Applying auth.0001_initial... OK
  14.   Applying auth.0002_alter_permission_name_max_length... OK
  15.   Applying auth.0003_alter_user_email_max_length... OK
  16.   Applying auth.0004_alter_user_username_opts... OK
  17.   Applying auth.0005_alter_user_last_login_null... OK
  18.   Applying auth.0006_require_contenttypes_0002... OK
  19.   Applying people.0001_initial... OK
  20.   Applying account.0001_initial... OK
  21.   Applying account.0002_auto_20160726_1042... OK
  22. (geonode) www-geonode@geonode:~/geonode/src/geonode$     python manage.py migrate --noinput
  23. Operations to perform:
  24.   Synchronize unmigrated apps: tasks, dialogos, modeltranslation, django_extensions, polymorphic, gis, pinax_theme_bootstrap_account, django_forms_bootstrap, catalogue, humanize, geoserver, storages, user_messages, mptt, friendlytagloader, staticfiles, geoexplorer, sitemaps, proxy, pinax_theme_bootstrap, pagination, autocomplete_light, messages, leaflet, api, social, security
  25.   Apply all migrations: people, tastypie, agon_ratings, documents, actstream, sites, maps, contenttypes, announcements, layers, sessions, guardian, auth, base, groups, services, account, admin, djcelery, upload, avatar, taggit
  26. Synchronizing apps without migrations:
  27.   Creating tables...
  28.     Creating table dialogos_comment
  29.     Creating table user_messages_thread
  30.     Creating table user_messages_userthread
  31.     Creating table user_messages_message
  32.     Running deferred SQL...
  33.   Installing custom SQL...
  34. Running migrations:
  35.   Rendering model states... DONE
  36.   Applying actstream.0001_initial... OK
  37.   Applying admin.0001_initial... OK
  38.   Applying agon_ratings.0001_initial... OK
  39.   Applying announcements.0001_initial... OK
  40.   Applying avatar.0001_initial... OK
  41.   Applying base.0001_initial... OK
  42.   Applying base.0002_topiccategory_fa_class... OK
  43.   Applying base.0003_auto_20160726_1042... OK
  44.   Applying djcelery.0001_initial... OK
  45.   Applying documents.0001_initial... OK
  46.   Applying groups.0001_initial... OK
  47.   Applying guardian.0001_initial... OK
  48.   Applying layers.0001_initial... OK
  49.   Applying services.0001_initial... OK
  50.   Applying layers.0002_initial_step2... OK
  51.   Applying layers.0003_auto_20160726_1042... OK
  52.   Applying maps.0001_initial... OK
  53.   Applying people.0002_auto_20160726_1042... OK
  54.   Applying services.0002_auto_20160726_1042... OK
  55.   Applying sessions.0001_initial... OK
  56.   Applying tastypie.0001_initial... OK
  57.   Applying upload.0001_initial... OK
  58. (geonode) www-geonode@geonode:~/geonode/src/geonode$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement