{"id":13533435,"url":"https://github.com/springload/madewithwagtail","last_synced_at":"2025-04-07T05:08:33.879Z","repository":{"id":30588457,"uuid":"34143563","full_name":"springload/madewithwagtail","owner":"springload","description":"A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system","archived":false,"fork":false,"pushed_at":"2025-04-02T20:57:06.000Z","size":2406,"stargazers_count":87,"open_issues_count":32,"forks_count":21,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-04-05T21:46:13.479Z","etag":null,"topics":["cms","django","hacktoberfest","python","showcase","wagtail"],"latest_commit_sha":null,"homepage":"http://madewithwagtail.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springload.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-04-17T22:47:59.000Z","updated_at":"2025-04-01T11:14:31.000Z","dependencies_parsed_at":"2023-01-14T17:30:19.918Z","dependency_job_id":"42b44625-0c4c-4dc7-91bc-faadad5a2fee","html_url":"https://github.com/springload/madewithwagtail","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/springload%2Fmadewithwagtail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fmadewithwagtail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fmadewithwagtail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fmadewithwagtail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springload","download_url":"https://codeload.github.com/springload/madewithwagtail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595334,"owners_count":20963943,"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":["cms","django","hacktoberfest","python","showcase","wagtail"],"created_at":"2024-08-01T07:01:19.804Z","updated_at":"2025-04-07T05:08:33.836Z","avatar_url":"https://github.com/springload.png","language":"Python","funding_links":[],"categories":["Python","django","Open-source sites"],"sub_categories":["Package lists"],"readme":"[Made with Wagtail](http://madewithwagtail.org) [![Codeship Status for springload/madewithwagtail](https://codeship.com/projects/26741250-da6d-0132-ea89-328081b30bed/status?branch=master)](https://codeship.com/projects/79308) [\u003cimg src=\"https://github.com/torchbox/wagtail/blob/82171f70faaf0c8b8da278261e6f45fed529c899/docs/logo.png\" width=\"83\" align=\"right\" alt=\"Wagtail\"\u003e](https://wagtail.io/)\n=================\n\n\u003e A showcase of sites and apps made with [Wagtail](https://wagtail.io/): an easy to use, open source content management system from [Torchbox](https://github.com/torchbox/wagtail).\n\n*Check out [Awesome Wagtail](https://github.com/springload/awesome-wagtail) for more awesome packages and resources from the Wagtail community.*\n\n## Back End Setup\n\nDevelopment on this project can be done using docker. If you have not yet\ninstalled docker, consult the instructions for your operating system.\n\n[Docker](https://docs.docker.com/)\n\nIt's a good idea to set up the nginx proxy if you have not done so already,\ninstructions can be found on the github repo.\n\nVagrant is no longer in this project, and any material relating to vagrant\ncan be ignored.\n\n## Clone the repo\n\n```sh\ncd [my-dev-environment]\ngit clone git@github.com:springload/madewithwagtail.git\ncd madewithwagtail\n```\n### Setup your environment variables\n\n```sh\ncp dev.env.example dev.env\n```\n\nAnd then edit `dev.env` to suit your local setup. Any API keys etc should be in Bitwarden.\n\n### Database setup\n\nFirst, download the database dump you want from our [Google Cloud storage](\u003chttps://console.cloud.google.com/storage/browser/springload-backups/madewithwagtail?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))\u0026project=springload-backups\u0026prefix=\u0026forceOnObjectsSortingFiltering=false\u003e).\n\nNext decrypt the dump using gpg.\n\nFinally, place the decrypted .sql file into [my-dev-environment]/madewithwagtail/docker/database - it will be automatically loaded when you build your database container in the next section.\n\n### Build your containers\n\n```sh\ndocker-compose up\n# In another terminal tab run:\ndocker-compose exec application ./manage.py migrate\n```\n\n### Browsing locally\n\n**https://madewithwagtail.dev.springload.nz/**\n\n## Front End\n\nThis project uses [nvm](https://github.com/creationix/nvm) and [Yarn](https://yarnpkg.com/lang/en/)\n\n```sh\n# Make sure you use the right node version.\nnvm use\n\n# Setup\nyarn install\n\n# Start the server and the development tools.\nyarn run start\n\n# Builds frontend assets.\nyarn run build\n\n# Builds frontend production assets.\nyarn run dist\n\n# Runs linting.\nyarn run lint\n\n# Runs tests.\nyarn run test\n\n# View other available commands with:\nyarn run\n```\n\n## Documentation\n\nCheck out the [`docs/`](docs/) in their own folder.\n\n### Browser support\n\n**Supported browser / device versions:**\n\n| Browser | Device/OS | Version |\n|---------|-----------|---------|\n| Mobile Safari | iOS Phone | latest |\n| Mobile Safari | iOS Tablet | latest |\n| Chrome | Android | latest |\n| Edge | Desktop | latest |\n| Chrome | Desktop | latest |\n| Firefox | Desktop | latest |\n| Safari | OSX | latest |\n\n### New site submissions workflow\n\nAnyone can submit a site on the [submission form](http://madewithwagtail.org/submit/). When a new site is submitted, the details are saved and also sent to us via an email notification. We then need to manually validate the submission and add the new site via the CMS.\n\n- Check that the submission is valid (see below)\n- If the submission isn't valid, we won't add the site to our showcase. Remove it from the CMS.\n- If the submission is valid,\n\n1. Look for new submissions https://madewithwagtail.org/admin/forms/submissions/5/ (use the filters at the top to remove already processed dates)\n2. Export to CSV\n3. For each submission:\n    1. Confirm whether it’s a Wagtail website, see [Validating submissions](#validating-submissions).\n    2. Find the developer’s profile page or create it if that’s a first submission\n    3. Create the website page:\n        - Get a screenshot of the website with [headless Google Chrome](https://developers.google.com/web/updates/2017/04/headless-chrome), e.g. `google-chrome --headless --hide-scrollbars --disable-gpu --screenshot --window-size=1200,996 https://springload.co.nz/`\n        - Fill out everything from the submission\n        - Notify the developer\n\n## Validating submissions\n\nA site is accepted for inclusion on Made with Wagtail if it is made with Wagtail. It's that simple – there is no judgement of a site's quality. In the future, we may change how sites are displayed so some are more prominently visible than others.\n\nTo confirm that a site is made with Wagtail,\n\n- Try to go to `\u003csite URL\u003e/admin/`. If the site uses the default admin URLs, it will redirect you to the Wagtail login page.\n- Use the [Wappalyzer](https://wappalyzer.com/) browser extension. It won't flag Wagtail directly, but it can flag Django / Python, and could also uncover other technologies.\n- Look at the homepage HTML to see if static assets are served from `/static/`, a common URL structure of Django sites.\n- Can you find trace of images renditions (e.g. images’ src finish with -max-800 or fill-500x500 or -original or -width-800) in the source? :white_check_mark:\n- Does the page has some meta name=\"generator\" content=\"...\" showing that it was made with Wordpress or Drupal? :x:\n- Does the page has some /wp-upload path for the images? :x:\n- Look at other ideas to figure it out here https://github.com/springload/madewithwagtail/issues/62  :white_check_mark: or :x:\n- If all of those methods are inconclusive, assume that the site submission is faithful and that the site is indeed built with Wagtail.\n\n## Publication hook\n\nWe send Slack notifications for every new site page published to Made with Wagtail. To try this locally, set up a `local.py` setting override with the right settings.\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringload%2Fmadewithwagtail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringload%2Fmadewithwagtail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringload%2Fmadewithwagtail/lists"}