You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to improve my skills with django and found your backend boilerplate.
I wanted to test it, but I struggle on setting my project up. It's worth mentioning that I'm not used to this kind of complex architecture.
Following your guidelines, here is what I did:
generated my project using cookiecutter
followed instructions here and everything runs fine
I can access to _platform/docs/v1/swagger.json without errors. Yet, when I try to reach _platform/docs/v1/swagger or api/v1/accounts/me, I get 404 errors.
Maybe, I missed something about the guidelines or about the purposes of the skeleton ? What should I do to get things working ?
The text was updated successfully, but these errors were encountered:
Looks like I missed the ending / in the path definition… So _platform/docs/v1/swagger is incorrect while _platform/docs/v1/swagger is correct. I'll look into a way to be less restrictive for such cases, or maybe a redirection.
Hello, I'm trying to improve my skills with django and found your backend boilerplate.
I wanted to test it, but I struggle on setting my project up. It's worth mentioning that I'm not used to this kind of complex architecture.
Following your guidelines, here is what I did:
I can access to
_platform/docs/v1/swagger.json
without errors. Yet, when I try to reach_platform/docs/v1/swagger
orapi/v1/accounts/me
, I get 404 errors.Maybe, I missed something about the guidelines or about the purposes of the skeleton ? What should I do to get things working ?
The text was updated successfully, but these errors were encountered: