serg@serg-X55A:~/belcanto$ docker logs 2aefbcc4e20b /app/special_projects/models.py:18: RemovedInDjango18Warning: `SitePublicManager.get_query_set` method should be renamed `get_queryset`. class SitePublicManager(models.Manager): /app/special_projects/models.py:25: RemovedInDjango18Warning: `AllObjectsManager.get_query_set` method should be renamed `get_queryset`. class AllObjectsManager(models.Manager): /usr/local/lib/python2.7/site-packages/django/forms/widgets.py:143: RemovedInDjango18Warning: `SpecProjectAdmin.queryset` method should be renamed `get_queryset`. .__new__(mcs, name, bases, attrs)) /app/special_projects/models.py:18: RemovedInDjango18Warning: `SitePublicManager.get_query_set` method should be renamed `get_queryset`. class SitePublicManager(models.Manager): /app/special_projects/models.py:25: RemovedInDjango18Warning: `AllObjectsManager.get_query_set` method should be renamed `get_queryset`. class AllObjectsManager(models.Manager): /usr/local/lib/python2.7/site-packages/django/forms/widgets.py:143: RemovedInDjango18Warning: `SpecProjectAdmin.queryset` method should be renamed `get_queryset`. .__new__(mcs, name, bases, attrs)) System check identified some issues: WARNINGS: ?: (1_6.W001) Some project unittests may not execute as expected. HINT: Django 1.6 introduced a new default test runner. It looks like this project was generated using Django 1.5 or earlier. You should ensure your tests are all running & behaving as expected. See https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner for more information. System check identified 1 issue (0 silenced). Unhandled exception in thread started by Performing system checks... Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 222, in wrapper fn(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 107, in inner_run self.check_migrations() File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 159, in check_migrations executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS]) File "/usr/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 17, in __init__ self.loader = MigrationLoader(self.connection) File "/usr/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 48, in __init__ self.build_graph() File "/usr/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 183, in build_graph self.applied_migrations = recorder.applied_migrations() File "/usr/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 59, in applied_migrations self.ensure_schema() File "/usr/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 49, in ensure_schema if self.Migration._meta.db_table in self.connection.introspection.get_table_list(self.connection.cursor()): File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 165, in cursor cursor = self.make_debug_cursor(self._cursor()) File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 138, in _cursor self.ensure_connection() File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 133, in ensure_connection self.connect() File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 94, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 133, in ensure_connection self.connect() File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 122, in connect self.connection = self.get_new_connection(conn_params) File "/usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py", line 472, in get_new_connection conn = Database.connect(**conn_params) File "/usr/local/lib/python2.7/site-packages/MySQLdb/__init__.py", line 81, in Connect return Connection(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 193, in __init__ super(Connection, self).__init__(*args, **kwargs2) django.db.utils.OperationalError: (2003, 'Can\'t connect to MySQL server on \'db\' (111 "Connection refused")')