Skip to content

Beheermodule voor het publiceren van statistieken van Afdeling Onderzoek en Statistiek van de gemeente Amsterdam

License

Notifications You must be signed in to change notification settings

Amsterdam/statistiekhub-backend-django

Statistiekhub-backend-django

This repository is for the backend django part of the statistiek-hub: a Management module for publishing statistics from the Research and Statistics Department of the municipality of Amsterdam

Install instructions

Development environment

See the Makefile in this project for the description of relevant commands.

  1. From the root directory run:

    make build

    Note: If you get the error:

    Got permission denied while trying to connect to the Docker daemon socket

    Try one of these options:

    1. Manage docker as a non-root user:

      Create the docker group:

      sudo groupadd docker

      Add your user to the docker group

      sudo usermod -aG docker $USER

      Log out and in so that your group membership is re-evaluated.

    2. or set read-write permissions to docker.sock:

      sudo chmod 666 /var/run/docker.sock
  2. Apply migrations:

    make migrate

    Note: If you get the warning that database structure is out-of-date, then first make migrations before applying them:

    make migrations
  3. Check if the build worked

    make dev
  4. When you confirm the successful build, stop the running container with Ctrl-C and fill the database with testdata

     make load_fixtures 
  5. Last, when you want to add a super-user for django admin, go to the terminal of the backend docker container

    python manage.py createsuperuser
  6. Now all is set and you can run the Composer

    make dev

Test your development environment on localhost:8000/admin.

About

Beheermodule voor het publiceren van statistieken van Afdeling Onderzoek en Statistiek van de gemeente Amsterdam

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published