Re: Tutorial part 7 broken (schema_title)

2016-11-14 Thread John Calcote
Don't know why no one ever completed this thread, but the solution to the problem is that the parameter is called "title" and not "schema_title". John On Saturday, July 16, 2016 at 4:09:15 PM UTC-6, Kevin Brown wrote: > > The schema feature was added in 3.4.0, so you must have (at least) that >

Re: Tutorial part 7 broken (schema_title)

2016-07-16 Thread Kevin Brown
The schema feature was added in 3.4.0, so you must have (at least) that version installed in order to use it. On Sat, Jul 16, 2016, 13:24 Mateusz Urbańczyk wrote: > I receive same error as i try to add `schema_title` to router > > > W dniu piątek, 15 lipca 2016 07:16:06 UTC+2 użytkownik john_doe

Re: Tutorial part 7 broken (schema_title)

2016-07-16 Thread Mateusz Urbańczyk
I receive same error as i try to add `schema_title` to router W dniu piątek, 15 lipca 2016 07:16:06 UTC+2 użytkownik john_doe napisał: > > Just so you know, when running part 7 of the tutorial, it doesn't work. > > Traceback (most recent call last): >> File "manage.py", line 10, in >> exec

Re: Tutorial part 7 broken (schema_title)

2016-07-16 Thread Mateusz Urbańczyk
Im receiving same error as i try toadd `schema_title` W dniu piątek, 15 lipca 2016 07:16:06 UTC+2 użytkownik john_doe napisał: > > Just so you know, when running part 7 of the tutorial, it doesn't work. > > Traceback (most recent call last): >> File "manage.py", line 10, in >> execute_from

Re: Tutorial part 7 broken (schema_title)

2016-07-15 Thread john_doe
Sure, absolutely: In [1]: import rest_framework > In [2]: rest_framework.__version__ > Out[2]: '3.3.3' > In [3]: import django > In [4]: django.__version__ > Out[4]: '1.9.7' Using coreapi seems to pre-date 3.4.x series, so 3.3.3 should be fine, yes? On Friday, July 15, 2016 at 3:05:35 AM UTC-7,

Re: Tutorial part 7 broken (schema_title)

2016-07-15 Thread Anoop Malav
Hi John, Please make sure you are running recent version of Django Rest Framework, which has been released recently. http://www.django-rest-framework.org/topics/release-notes/#34x-series Can you please provide Django and DRF versions you are using? On Friday, July 15, 2016 at 10:46:06 AM UTC+

Tutorial part 7 broken (schema_title)

2016-07-14 Thread john_doe
Just so you know, when running part 7 of the tutorial, it doesn't work. Traceback (most recent call last): > File "manage.py", line 10, in > execute_from_command_line(sys.argv) > File > "/Users/me/.virtualenvs/rest_tutorial/lib/python2.7/site-packages/django/core/management/__init__.py"