Django for Designers/Whats next: Difference between revisions

Content added Content deleted
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: Line 374:
$ git commit -a -m 'Added an API with Tastypie'
$ git commit -a -m 'Added an API with Tastypie'
</source>
</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 ====
==== Add the ability to filter by user ====