Skip to content

Instantly share code, notes, and snippets.

@tristan-k
Created January 24, 2017 16:12
Show Gist options
  • Save tristan-k/890f6ac2d85300ea1135d00fb4deeb26 to your computer and use it in GitHub Desktop.
Save tristan-k/890f6ac2d85300ea1135d00fb4deeb26 to your computer and use it in GitHub Desktop.
./manage.py runserver 0.0.0.0:8005
$ ./manage.py runserver 0.0.0.0:8005
Performing system checks...
System check identified some issues:
WARNINGS:
?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DIRS, TEMPLATE_DEBUG.
core.BookRole.members: (fields.W340) null has no effect on ManyToManyField.
core.Role.permissions: (fields.W340) null has no effect on ManyToManyField.
messaging.Endpoint.config: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
HINT: ForeignKey(unique=True) is usually better served by a OneToOneField.
System check identified 4 issues (0 silenced).
January 24, 2017 - 13:04:13
Django version 1.9.12, using settings 'instance1_site.settings.dev'
Starting development server at http://0.0.0.0:8005/
Quit the server with CONTROL-C.
/usr/lib/python2.7/importlib/__init__.py:37: RemovedInDjango110Warning: django.core.context_processors is deprecated in favor of django.template.context_processors.
__import__(name)
[24/Jan/2017 13:07:06] "GET / HTTP/1.1" 200 30265
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment