Skip to main content

Standard base to build Wagtail sites from

Project description

This is a base to build all Neon Jungle sites off. This package contains all the common code shared between sites, with the ideal Neon Jungle site containing only model definitions, templates, and front end assets.

Making a release

Upgrade the version in pyproject.toml. Coops version stays in step with Wagtail. i.e. Coop 2.4.x uses Wagtail 2.4.x. Point releases are used to add features during a Wagtail version lifespan.

Update the CHANGELOG. Please.

Tag your release:

After your branch has been merged to master, checkout master locally, pull remote master and

$ git tag "x.y.z"
$ git push --tags

And you are done! Gitlab is set up to automatically push the new package to pypi when a tag is pushed.

Local dev

Create a virtual environment, activate and install the requirements:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry install

First time you should run migrations and setup a superuser:

$ ./manage.py migrate
$ ./manage.py createsuperuser

You can run and debug the project locally using ./manage.py runserver, or included is a launch.json for vscode to debug using the debugger.

Project details


Release history Release notifications | RSS feed

This version

6.2.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coop-6.2.1.tar.gz (7.4 MB view details)

Uploaded Source

Built Distribution

coop-6.2.1-py3-none-any.whl (7.4 MB view details)

Uploaded Python 3

File details

Details for the file coop-6.2.1.tar.gz.

File metadata

  • Download URL: coop-6.2.1.tar.gz
  • Upload date:
  • Size: 7.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for coop-6.2.1.tar.gz
Algorithm Hash digest
SHA256 73610c84a04d05914975a42816810146239c98df07651ad73019353718499606
MD5 083283e398e67209f419d773282191d3
BLAKE2b-256 5ff3d9aedd9d8a7a7d1e762a31c8306b86d98769a1db66777bfe8318a3951c8e

See more details on using hashes here.

File details

Details for the file coop-6.2.1-py3-none-any.whl.

File metadata

  • Download URL: coop-6.2.1-py3-none-any.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for coop-6.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7962654d9a4fbe7e104e568acc505e3b02e91b8c478fe1a2ca55327eab9c6d71
MD5 1c1444a34b8e55b1eedc1f7484a57c65
BLAKE2b-256 6ff64101b167960402c6aa9d87b17c3ab9a7f52983aa0b5c2877ba0de4dbe2cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page