Skip to content

03. The admin interface

Berit edited this page Feb 12, 2024 · 1 revision

After starting the containers through Docker, you can access Django's admin interface. This is used to create and change playlists, and to set up experiments.

Navigate to localhost:8000/admin to see the admin interface. admin

Log in:

  • username: admin
  • password: admin

(This is set through the .env file. Obviously, these passwords are only suitable for local development!)

You can see an overview of different Django apps: adminList

  • Experiment to add experiments and experiment series
  • Participant with information of participants of experiments (automatically created)
  • Section with information of Playlists and Sections, which may optionally be tied to Songs (i.e., artist and title of a song)
  • Session with information on experiment sessions (automatically created)

> Next