close
Skip to content

jorgeas80/rest-framework-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST framework tutorial

Source code for the Django REST framework tutorial.

Deploy

Updates

To make it work in Mac OS Sonoma 14.5 with Python 3.10.13, I had to run these commands to install requirements:

  • brew install postgresql
  • echo "cython<3" > /tmp/constraint.txt
  • PIP_CONSTRAINT=/tmp/constraint.txt pip install -r requirements.txt

About

The Django REST framework tutorial. 🎓

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.6%
  • Shell 1.2%
  • Procfile 0.2%