{"id":13533412,"url":"https://github.com/wagtail-deprecated/wagtaildemo","last_synced_at":"2025-04-01T21:32:19.006Z","repository":{"id":13789365,"uuid":"16484743","full_name":"wagtail-deprecated/wagtaildemo","owner":"wagtail-deprecated","description":"Old example site implemented with Wagtail. Please see https://github.com/wagtail/bakerydemo for the current demo site","archived":true,"fork":false,"pushed_at":"2018-01-04T12:17:13.000Z","size":20301,"stargazers_count":285,"open_issues_count":2,"forks_count":144,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-08-09T09:08:56.808Z","etag":null,"topics":["wagtail"],"latest_commit_sha":null,"homepage":"http://wagtail.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wagtail-deprecated.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}},"created_at":"2014-02-03T16:19:29.000Z","updated_at":"2024-05-29T08:43:47.000Z","dependencies_parsed_at":"2022-08-23T15:20:14.126Z","dependency_job_id":null,"html_url":"https://github.com/wagtail-deprecated/wagtaildemo","commit_stats":null,"previous_names":["wagtail/wagtaildemo"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-deprecated%2Fwagtaildemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-deprecated%2Fwagtaildemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-deprecated%2Fwagtaildemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-deprecated%2Fwagtaildemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wagtail-deprecated","download_url":"https://codeload.github.com/wagtail-deprecated/wagtaildemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246713369,"owners_count":20821877,"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":["wagtail"],"created_at":"2024-08-01T07:01:19.615Z","updated_at":"2025-04-01T21:32:16.779Z","avatar_url":"https://github.com/wagtail-deprecated.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/torchbox/wagtaildemo)\n\nWagtail demo project\n=======================\n\n**This demo site is deprecated, and will not be updated for Wagtail 2.0. For an up-to-date demo site, please see: https://github.com/wagtail/bakerydemo**\n\nThis is a demonstration project for [Wagtail CMS](http://wagtail.io).\n\n*We do __not__ recommend using this project to start your own site*. This project is only to provide some examples of implementing common features, it is not an exemplar of Django or Wagtail best practice.\n\nIf you're reasonably new to Python/Django, we suggest you run this project on a Virtual Machine using Vagrant, which helps  resolve common software dependency issues. However for more experienced developers, instructions to start this project without Vagrant follow below.\n\nOnce you're familiar with the examples in this project and you want to start a real site, we strongly recommend running the ``wagtail start`` command in a fresh virtual environment, explained in the [Wagtail CMS Documentation](http://wagtail.readthedocs.org/en/latest/getting_started/).\n\nSetup with Vagrant\n------------------\n\n### Dependencies\n* [VirtualBox](https://www.virtualbox.org/)\n* [Vagrant 1.5+](http://www.vagrantup.com)\n\n### Installation\nRun the following commands:\n\n    git clone https://github.com/torchbox/wagtaildemo.git\n    cd wagtaildemo\n    vagrant up\n    vagrant ssh\n      (then, within the SSH session:)\n    ./manage.py runserver 0.0.0.0:8000\n\nThe demo site will now be accessible at [http://localhost:8000/](http://localhost:8000/) and the Wagtail admin interface at [http://localhost:8000/admin/](http://localhost:8000/admin/) . Log into the admin with the credentials ``admin / changeme``.\n\nSetup without Vagrant\n-----\nDon't want to set up a whole VM to try out Wagtail? No problem.\n\n### Dependencies\n* [PostgreSQL](http://www.postgresql.org)\n* [PIP](https://github.com/pypa/pip)\n\n### Installation\n\nWith PostgreSQL running (and configured to allow you to connect as the 'postgres' user - if not, you'll need to adjust the `createdb` line and the database settings in wagtaildemo/settings/base.py accordingly), run the following commands:\n\n    git clone https://github.com/torchbox/wagtaildemo.git\n    cd wagtaildemo\n    pip install -r requirements.txt\n    createdb -Upostgres wagtaildemo\n    ./manage.py migrate\n    ./manage.py load_initial_data\n    ./manage.py createsuperuser\n    ./manage.py runserver\n\n### SQLite support\n\nSQLite is supported as an alternative to PostgreSQL. Before running the `pip install -r requirements.txt` step above, delete the `psycopg2` line in requirements.txt; then, in wagtaildemo/settings/base.py, update the `DATABASES` setting to use `'django.db.backends.sqlite3'` and set `NAME` to be the full path of your database file, as you would with a regular Django project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagtail-deprecated%2Fwagtaildemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwagtail-deprecated%2Fwagtaildemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagtail-deprecated%2Fwagtaildemo/lists"}