Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (geonode) www-geonode@geonode:~/geonode/src/geonode$ python manage.py makemigrations
- No changes detected
- (geonode) www-geonode@geonode:~/geonode/src/geonode$ python manage.py migrate account --noinput
- Operations to perform:
- Apply all migrations: account
- Running migrations:
- Rendering model states... DONE
- Applying sites.0001_initial... OK
- Applying contenttypes.0001_initial... OK
- Applying taggit.0001_initial... OK
- Applying taggit.0002_auto_20150616_2121... OK
- Applying contenttypes.0002_remove_content_type_name... OK
- Applying auth.0001_initial... OK
- Applying auth.0002_alter_permission_name_max_length... OK
- Applying auth.0003_alter_user_email_max_length... OK
- Applying auth.0004_alter_user_username_opts... OK
- Applying auth.0005_alter_user_last_login_null... OK
- Applying auth.0006_require_contenttypes_0002... OK
- Applying people.0001_initial... OK
- Applying account.0001_initial... OK
- Applying account.0002_auto_20160726_1042... OK
- (geonode) www-geonode@geonode:~/geonode/src/geonode$ python manage.py migrate --noinput
- Operations to perform:
- 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
- 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
- Synchronizing apps without migrations:
- Creating tables...
- Creating table dialogos_comment
- Creating table user_messages_thread
- Creating table user_messages_userthread
- Creating table user_messages_message
- Running deferred SQL...
- Installing custom SQL...
- Running migrations:
- Rendering model states... DONE
- Applying actstream.0001_initial... OK
- Applying admin.0001_initial... OK
- Applying agon_ratings.0001_initial... OK
- Applying announcements.0001_initial... OK
- Applying avatar.0001_initial... OK
- Applying base.0001_initial... OK
- Applying base.0002_topiccategory_fa_class... OK
- Applying base.0003_auto_20160726_1042... OK
- Applying djcelery.0001_initial... OK
- Applying documents.0001_initial... OK
- Applying groups.0001_initial... OK
- Applying guardian.0001_initial... OK
- Applying layers.0001_initial... OK
- Applying services.0001_initial... OK
- Applying layers.0002_initial_step2... OK
- Applying layers.0003_auto_20160726_1042... OK
- Applying maps.0001_initial... OK
- Applying people.0002_auto_20160726_1042... OK
- Applying services.0002_auto_20160726_1042... OK
- Applying sessions.0001_initial... OK
- Applying tastypie.0001_initial... OK
- Applying upload.0001_initial... OK
- (geonode) www-geonode@geonode:~/geonode/src/geonode$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement