/events-helsinki-cms

CMS for events-helsinki

Primary LanguagePythonMIT LicenseMIT

Tapahtumat.Helsinki CMS

Pipeline status

Tapahtumat.Helsinki is a website in which Helsinki residents can find all that's happening.

Technical instructions in this README.md are written with an experienced Python developer in mind. For example, "docker-compose up" means you already know what docker and docker-compose are and you have both installed locally and you don't need help with that.

Setup development environment

  • Clone the repository

  • Start the app

    docker-compose up
    
  • Access development server on localhost:8000

  • Login to admin interface with admin and 🥥

  • Optionally, you can run Tapahtumat.Helsinki frontend locally as well

  • Done! 🔥

Installing packages

  • Use pip-compile to manage packages

  • After compiling a new package, re-build the Docker image so that the container would have access to it

    docker-compose up --build
    

Links to public information