Skip to main content

Manually assign tickets to seats.

Project description

This is a plugin for pretix.

Manually assign tickets to seats.

Development setup

  1. Make sure that you have a working pretix development setup.

  2. Clone this repository.

  3. Activate the virtual environment you use for pretix development.

  4. Execute python setup.py develop within this directory to register this application with pretix’s plugin registry. If you have problems with that, try pip install -e [path] from your pretix virtual environment.

  5. Execute make within this directory to compile translations.

  6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.

This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:

pip install flake8 isort black

To check your plugin for rule violations, run:

black --check .
isort -c .
flake8 .

You can auto-fix some of these issues by running:

isort .
black .

To automatically check for these issues before you commit, you can run .install-hooks.

License

Copyright 2023 Moritz Lerch, Mark Oude Elberink

Released under the terms of the Apache License 2.0

Internal Usage with Docker

FROM ghcr.io/moritzlerch/pretix-manualseats as pretix_manualseats

FROM pretix...

...

COPY --from=pretix_manualseats /plugins/pretix_manualseats /plugins/pretix_manualseats
RUN pip install -e /plugins/pretix_manualseats

Project details


Download files

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

Source Distribution

pretix_manualseats-1.0.5.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

pretix_manualseats-1.0.5-py3-none-any.whl (29.8 kB view details)

Uploaded Python 3

File details

Details for the file pretix_manualseats-1.0.5.tar.gz.

File metadata

  • Download URL: pretix_manualseats-1.0.5.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pretix_manualseats-1.0.5.tar.gz
Algorithm Hash digest
SHA256 dbf4e17c875e78bf0a144b62f18fb417a931fc51ddeef8594275fe6d416d365b
MD5 ee31e216de4bd1abcbea157ea5cbe6ca
BLAKE2b-256 a71d28e2ecbc834a1e9c0177e288c0f80909152c613a9f392faf22fea4eb5bd6

See more details on using hashes here.

File details

Details for the file pretix_manualseats-1.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for pretix_manualseats-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2b87437a8a8f012102b5cbba226ca9ac7191840d3799b0f0281487bcefb88bb5
MD5 4e0d4a40910bf479029befaa99581f31
BLAKE2b-256 0ab60c5dd6d3155bffcb18c994164eedb277aa7567f3575a6d7de337333e87a1

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