Skip to content

Instantly share code, notes, and snippets.

@toxinu
Created September 24, 2020 01:28
Show Gist options
  • Select an option

  • Save toxinu/7f3c36eedb1a785bc28e71c6a020bd65 to your computer and use it in GitHub Desktop.

Select an option

Save toxinu/7f3c36eedb1a785bc28e71c6a020bd65 to your computer and use it in GitHub Desktop.
blog/restless-for-building-python-restful-api
[...]
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