Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.32 KB

Fixival

Group project for course IT1901 - Informatics, Project I at Norwegian University of Science and Technology, Trondheim, Norway.

Task (Norwegian - original)

Tenk deg at du skal lage et system for en gjeng i en studentfestival som har ansvar for å arrangere konserter på flere scener, som involverer rigging av scene, teknisk gjennomføring av konserter, samt booking av band.

Task (English - translated)

Imagine that you are developing a system on behalf of a student festival that is responsible for arranging concerts on several scenes. The system should handle stage rigging, technical conducting concerts, and band booking.

Requirements

Optional

Getting started

  • Install requirements (Optional: install in Virtualenv)
  • git clone into desired folder
  • Run database migrations with command "python manage.py migrate"
  • Create superuser with command "python manage.py createsuperuser"
  • Load test data with command "python manage.py loaddata usertest.json"
  • Run server with command "python manage.py runserver"
  • Go to http://localhost:8000 and enjoy!

Optional: