Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 pages not found and help on how to #18

Open
benjaminh opened this issue Apr 8, 2020 · 1 comment
Open

404 pages not found and help on how to #18

benjaminh opened this issue Apr 8, 2020 · 1 comment

Comments

@benjaminh
Copy link

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 ?

@benjaminh
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant