Created
September 24, 2020 01:28
-
-
Save toxinu/7f3c36eedb1a785bc28e71c6a020bd65 to your computer and use it in GitHub Desktop.
blog/restless-for-building-python-restful-api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [...] | |
| url(r'^api/countries/', include(CountryResource.urls())), | |
| url(r'^api/pizzas/', include(PizzaResource.urls())), | |
| [...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment