Django for Designers/Whats next: Difference between revisions

→‎Add our api method to api.py: Done with this section
imported>Paulproteus
(→‎create blank api.py file and add it to urls.py: Fix security and explain example more)
imported>Paulproteus
(→‎Add our api method to api.py: Done with this section)
Line 374:
$ git commit -a -m 'Added an API with Tastypie'
</source>
 
==== Add our api method to api.py ====
 
* Update Python code to export data via Tastypie
 
* Demo that it works, in a browser
 
* git commit
 
==== Add the ability to filter by user ====
Anonymous user