Django for Designers: Difference between revisions

imported>Paulproteus
imported>Paulproteus
(→‎Adding Tastypie as a dependency: "tuple" => "sequence")
Line 2,388:
That will download and install all the dependencies for the app, which will bring in tastypie.
 
Finally, add it to INSTALLED_APPS, toward the end. Within that tuplesequence, add this on a line on its own:
 
<source lang="python">
Anonymous user