Ver Fonte

Update Goals

Ben Wilber há 4 anos atrás
pai
commit
10d31cd0dc
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -12,6 +12,7 @@ This Django project implements a catalogue of Grunge rock music.  It has a fully
 
 * Implement the ability to fetch, create, update, and delete playlists through the REST API.  A playlist should have a `uuid`, a `name`, and contain 0 or more tracks from this catalogue.  The tracks should be orderable in the playlist.
 * Implement the test cases in `tests/test_playlists.py`.  The goal is to have no skipped or failing tests.
+* Update the Django admin with the ability to browse and manage playlists.
 
 ## Getting started