Changeset 0e077ef for music/tests.py
- Timestamp:
- 04/26/25 08:25:45 (3 weeks ago)
- Branches:
- master
- Children:
- bfca48b
- Parents:
- d7662b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
music/tests.py
rd7662b5 r0e077ef 8 8 django.setup() 9 9 10 from music.models import Artist11 artists = Artist.objects.raw('SELECT * FROM music_artist')12 for artist in artists:13 print(artist.name)
Note:
See TracChangeset
for help on using the changeset viewer.