We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
I couldn't reproduce this on a fresh install.
Make sure all python dependencies are installed pip install -r requirements.txt
pip install -r requirements.txt
And that the database you're testing this with has the necessary migrations python manage.py migrate
python manage.py migrate
Sorry, something went wrong.
Reproduced the issue
going to localhost:8000/api/schema/reduc-ui gives a 404 whereas localhost:8000/api/schema/reduc-ui/ works fine
localhost:8000/api/schema/reduc-ui
localhost:8000/api/schema/reduc-ui/
This is because we don't normalize URLs by appending slashes when a URL is entered.
#88 would fix this issue if you don't want to manually add the ending /
seporterfield
purple-void
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: