tars
tars copied to clipboard
make docker_bootstrap过程中需要输入用户名密码
Running migrations: Rendering model states... DONE Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying admin.0001_initial... OK Applying contenttypes.0002_remove_content_type_name... 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 sessions.0001_initial... OK docker-compose run worker python manage.py createsuperuser --settings=tars.settings.docker Starting tars_db_1_132f87672d41 ... done Starting tars_backend_1_78d5909a9f9e ... done /usr/local/lib/python2.7/site-packages/django/db/utils.py:239: RemovedInDjango19Warning: In Django 1.9 the TEST_COLLATION connection setting will be moved to a COLLATION entry in the TEST setting self.prepare_test_settings(alias)
/usr/local/lib/python2.7/site-packages/django/db/utils.py:239: RemovedInDjango19Warning: In Django 1.9 the TEST_CHARSET connection setting will be moved to a CHARSET entry in the TEST setting self.prepare_test_settings(alias)
/usr/local/lib/python2.7/site-packages/django/db/models/base.py:309: RuntimeWarning: Model 'server.group' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models. new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
WARNING:py.warnings:/usr/local/lib/python2.7/site-packages/django/db/models/base.py:309: RuntimeWarning: Model 'server.group' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models. new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/usr/local/lib/python2.7/site-packages/rest_framework/settings.py:23: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. from django.utils import importlib, six
WARNING:py.warnings:/usr/local/lib/python2.7/site-packages/rest_framework/settings.py:23: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. from django.utils import importlib, six
Username (leave blank to use 'root'): Email address: Password: Password (again):