I don't speak python, sorry.
There's no mention which python version should I use.
//DP
$ pacman -Qs python-django
local/python-django 1.9.1-1
$ python -V
Python 3.5.1
-------
$ ./start.sh
Unknown command: 'syncdb'
Type 'manage.py help' for usage.
Performing system checks...
/usr/lib/python3.5/site-packages/django/template/utils.py:37:
RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You
must do so before upgrading to Django 1.10. Otherwise Django will be
unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)
...http-auth/rabbitmq-auth-backend-http/examples/rabbitmq_auth_backend_django/rabbitmq_auth_backend_django/urls.py:13:
RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and
will be removed in Django 1.10. Update your urlpatterns to be a list of
django.conf.urls.url() instances instead.
(r'^admin/', include(admin.site.urls)),
/usr/lib/python3.5/site-packages/django/conf/urls/__init__.py:89:
RemovedInDjango110Warning: Support for string view arguments to url() is
deprecated and will be removed in Django 1.10 (got
rabbitmq_auth_backend_django.auth.views.user). Pass the callable instead.
t = url(prefix=prefix, *t)
/usr/lib/python3.5/site-packages/django/conf/urls/__init__.py:89:
RemovedInDjango110Warning: Support for string view arguments to url() is
deprecated and will be removed in Django 1.10 (got
rabbitmq_auth_backend_django.auth.views.vhost). Pass the callable instead.
t = url(prefix=prefix, *t)
/usr/lib/python3.5/site-packages/django/conf/urls/__init__.py:89:
RemovedInDjango110Warning: Support for string view arguments to url() is
deprecated and will be removed in Django 1.10 (got
rabbitmq_auth_backend_django.auth.views.resource). Pass the callable
instead.
t = url(prefix=prefix, *t)
System check identified no issues (0 silenced).
You have unapplied migrations; your app may not work properly until they
are applied.
Run 'python manage.py migrate' to apply them.
January 15, 2016 - 19:54:03
Django version 1.9.1, using settings 'rabbitmq_auth_backend_django.settings'
Starting development server at
http://127.0.0.1:8000/
Quit the server with CONTROL-C.
15.01.2016 21:45, Michael Klishin пишет: