Re: Problem with coreapi and Router mounted below /api

2016-10-20 Thread Tom Christie
Haven't had any time to looking into this, but there's a whole bunch of fixes for schema generation coming very shortly in 3.6, which may resolve your issue. -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this gro

Problem with coreapi and Router mounted below /api

2016-10-18 Thread Manuel Holtgrewe
Hi, I have the following problem, the code can be found here: https://github.com/bihealth/flowcelltool/tree/154b09a36724b8baab40f20e2884e558162dadd5 I am mounting a DefaultRouter at /api/, constructed as follows: # construction ROUTER = routers.DefaultRouter(schema_title='Flowcelltool API') #