Skip to content

Django application for event planning, including band booking, stage rigging and economic planning.

License

Notifications You must be signed in to change notification settings

toretefre/Fixival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Django application for event planning, including band booking, stage rigging and economic planning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published