Skip to content

rmelick-vida/drf-troubleshooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created following the tutorial at https://www.django-rest-framework.org/tutorial/quickstart/

to troubleshoot the bug tfranzel/drf-spectacular#422

setting up the virtualenv

python3 -m venv env
source env/bin/activate  # On Windows use `env\Scripts\activate`
pip install -r requirements.txt

reproducing

If you deploy with python manage.py runserver, you can test by running

curl -H 'Accept: application/json; indent=4' -u admin:password http://127.0.0.1:8000/users/

About

Troubleshoot confusion with Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages