Django for Designers/Whats next: Difference between revisions

Content added Content deleted
imported>Paulproteus
(→‎configure our API via api.py and add it to urls.py: Link to SessionAuthentication because it is great)
imported>Paulproteus
Line 285: Line 285:
Before going forward, we should decide what kind of information we will export, and how we will export it.
Before going forward, we should decide what kind of information we will export, and how we will export it.


For this example, since all the bookmarks on the site are public, we will provide a list of all bookmarks. We will let users of the API filter the bookmarks by the user, if they like. To keep things simple at first, we won't provide the bookmarks' tags.
For this example, since all the bookmarks on the site are public, we will provide a list of all bookmarks. We will let users of the API filter the bookmarks by the user, if they like.


==== Adding Tastypie as a dependency ====
==== Adding Tastypie as a dependency ====