Changeset 0e077ef for music/tests.py


Ignore:
Timestamp:
04/26/25 08:25:45 (3 weeks ago)
Author:
ManuelTrajcev <manueltrajcev7@…>
Branches:
master
Children:
bfca48b
Parents:
d7662b5
Message:

2 views wtih controllers and templates added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • music/tests.py

    rd7662b5 r0e077ef  
    88django.setup()
    99
    10 from music.models import Artist
    11 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.