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') # mounting url(r'^api/', include(rest_api_urls.ROUTER.urls)), The browsing through the HTML Web api works nicely. However, the generated coreapi schema does not create links relative to /api but just does /model_name... What am I doing wrong? Cheers, Manuel -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
