{"id":18457851,"url":"https://github.com/devs-group/wagtail-nuxt","last_synced_at":"2025-07-08T07:34:19.587Z","repository":{"id":44251145,"uuid":"263598807","full_name":"devs-group/wagtail-nuxt","owner":"devs-group","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-10T22:25:39.000Z","size":929,"stargazers_count":15,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T06:51:08.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devs-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-13T10:33:05.000Z","updated_at":"2023-09-05T07:46:42.000Z","dependencies_parsed_at":"2022-09-05T12:10:56.165Z","dependency_job_id":null,"html_url":"https://github.com/devs-group/wagtail-nuxt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devs-group%2Fwagtail-nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devs-group%2Fwagtail-nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devs-group%2Fwagtail-nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devs-group%2Fwagtail-nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devs-group","download_url":"https://codeload.github.com/devs-group/wagtail-nuxt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785916,"owners_count":20995641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T08:15:53.402Z","updated_at":"2025-04-08T05:33:37.778Z","avatar_url":"https://github.com/devs-group.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Table of Contents\n\n1.  [Requirements](#org98at330)\n2.  [Local Setup](#org57856e7)\n    1.  [Endpoints](#org809e937)\n        1.  [Frontend - Nuxt](#orgc37a804)\n        2.  [Backend - Admin](#org211c10f)\n        3.  [GraphQL - GraphiQL](#orgc70d5b5)\n        4.  [Static Files - MinIO](#org8110bc6)\n    2.  [Credentials](#org749259c)\n        1.  [DB - Postgre](#orgc6c10a9)\n        2.  [Backend - Admin](#orge1ac287)\n        3.  [Static Files - MinIO](#orgc1fcbcb)\n3.  [Branding](#org13fa485)        \n4.  [Frontend](#orgc473881)\n5.  [Administration](#orgbf9c4d0)\n    1.  [Delete all Wagtail Images](#orgf36cc02)\n    2.  [Migrate Changes](#org2525778)\n    3.  [Persist Data](#org0ac7a34)\n\n\n\n\n\u003ca id=\"org98at330\"\u003e\u003c/a\u003e\n\n# Requirements\n\nYou need to have [docker](https://docs.docker.com/get-docker/) and preferely docker-compose installed on your system.\n\n\n\u003ca id=\"org57856e7\"\u003e\u003c/a\u003e\n\n# Local Setup\n\nFollow these steps to set everything up locally on your machine\n\n1.  Clone repo\n    \n        git clone https://gitlab.com/devs-group/base-wagtail.git \u0026\u0026 cd base-wagtail\n\n2.  Copy [.env.dist](.env.dist) to .env\n    \n        cp .env.dist .env\n        \n3.  Install node modules\n\n        cd web_frontend\n        yarn install\n\n4.  Start Containers with docker-compose\n    \n        docker-compose up -d\n\n\n\u003ca id=\"org809e937\"\u003e\u003c/a\u003e\n\n## Endpoints\n\nAs soon as everything is up and running visit these addresses to interact with\nthe provided APIs, where necessary use [Credentials](#org749259c).\n\n\n\u003ca id=\"orgc37a804\"\u003e\u003c/a\u003e\n\n### Frontend - Nuxt\n\n\u003chttp:localhost:3000\u003e\n\n\n\u003ca id=\"org211c10f\"\u003e\u003c/a\u003e\n\n### Backend - Admin\n\n\u003chttp:localhost:8000/admin\u003e\n\n\n\u003ca id=\"orgc70d5b5\"\u003e\u003c/a\u003e\n\n### GraphQL - GraphiQL\n\n\u003chttp:localhost:8000/api/graphiql\u003e\n\n\u003ca id=\"org8110bc6\"\u003e\u003c/a\u003e\n\n### Static Files - MinIO\n\n\u003chttp:localhost:9000\u003e\n\n\n\u003ca id=\"org749259c\"\u003e\u003c/a\u003e\n\n## Credentials\n\nDefault Credentials for the dev setup containing only insensitive test data.\nIt is advised to change these in the .env.dist and .env files. \n\n\n\u003ca id=\"orgc6c10a9\"\u003e\u003c/a\u003e\n\n### DB - Postgre\n\n\u003ctable border=\"2\" cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\"\u003e\n\n\n\u003ccolgroup\u003e\n\u003ccol  class=\"org-left\" /\u003e\n\n\u003ccol  class=\"org-left\" /\u003e\n\u003c/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003edatabase\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003ecms\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003euser\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003eroot\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003epassword\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003eroot\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n\n\u003ca id=\"orgee65cfb\"\u003e\u003c/a\u003e\n\n### Backend - Admin\n\n\u003ctable border=\"2\" cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\"\u003e\n\n\n\u003ccolgroup\u003e\n\u003ccol  class=\"org-left\" /\u003e\n\n\u003ccol  class=\"org-left\" /\u003e\n\u003c/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003euser\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003eroot\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003epassword\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003eroot\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n\n\u003ca id=\"orgc1fcbcb\"\u003e\u003c/a\u003e\n\n### Static Files - MinIO\n\n\u003ctable border=\"2\" cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\"\u003e\n\n\n\u003ccolgroup\u003e\n\u003ccol  class=\"org-left\" /\u003e\n\n\u003ccol  class=\"org-left\" /\u003e\n\u003c/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003eaccess-key\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003eroot\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd class=\"org-left\"\u003esecret-key\u003c/td\u003e\n\u003ctd class=\"org-left\"\u003erootroot\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n\n\u003ca id=\"org13fa485\"\u003e\u003c/a\u003e\n\n# Branding\n\nSearch the project for strings starting with \"PLACEHOLDER_\" and exchange to enable custom branding of the admin panel and more.\n\n\n\u003ca id=\"orgc473881\"\u003e\u003c/a\u003e\n\n# Frontend\n\nDetails concerning the nuxt instance serving the frontend can be found in its own [README](web_frontend/README.md)\n\n\n\u003ca id=\"orgbf9c4d0\"\u003e\u003c/a\u003e\n\n# Administration\n\nTo interface with the containers, a Makefile is provided which provides additional\nmanagement commands to the [default django-admin commands](https://docs.djangoproject.com/en/3.0/ref/django-admin/).\n\n\n\u003ca id=\"orgf36cc02\"\u003e\u003c/a\u003e\n\n## Delete all Wagtail Images\n\nIf there is a `key not found` error due to a dead reference, wagtail images might be the problem.\nIt usually helps to delete all instances of the `wagtail.images.Image` class.\nThis make command shortens the procedure:\n\n    make deletewagtailimages\n\n\n\u003ca id=\"org2525778\"\u003e\u003c/a\u003e\n\n## Migrate Changes\n\nTo shorten the migration process after a database relevant change was made use:\n\n    make migrate\n\nThis will execute inside the container the commands `./manage.py makemigrations` and `./manage.py migrate`\n\n\n\u003ca id=\"org0ac7a34\"\u003e\u003c/a\u003e\n\n## Persist Data\n\nTo be able to work with data from a different docker volume, fixtures can be created with:\n\n    make backup\n\nTo load the fixtures us:\n\n    make load\n\n\n\u003ca id=\"org3a8cc49\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevs-group%2Fwagtail-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevs-group%2Fwagtail-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevs-group%2Fwagtail-nuxt/lists"}