Easy scheduling for regular film nights
Project description
Vote4Film
Simplify film selection for regular film nights. Participants can:
- Add films
- Vote for films
- Declare absences
- See the schedule which takes into account votes and absences
Admins can set the schedule of film nights.
This is a simple WSGI Web Application. The back-end is Django, and the front-end is dynamic HTML served by Django (no JavaScript is used).
Development
poetry install
to set-up the virtualenv (one-off)poetry run ./src/vote4film/manage.py migrate
to set-up the local DB (one-off)poetry run ./src/vote4film/manage.py runserver_plus
make fix
,make check
andmake test
before committing
Contributing
Pull requests are welcome :)
Publishing
This application is published on PyPi.
- Ensure you have configured the PyPi repository with Poetry (one-off)
- Add the release notes in this README.md
poetry bump minor
to bump the major/minor/patch versionpoetry publish --build
to release
To publish to the test repository:
- Ensure you have configured the Test PyPi repository with Poetry (one-off)
poetry publish --build -r testpypi
to upload to the test repository
Deployment
Unfortunately, I will not provide detailed guidance for production deployment.
Some general tips:
- Create a virtualenv, e.g. in
~/virtualenv
- Install with
pip install vote4film[postgres]
- Write the configuration at
~/.config/vote4film/local.env
- Use Postgres as the database
- Use Nginx/uWSGI to to serve the site (with HTTPS)
- Run Django management commands using
./virtualenv/bin/vote4film
Changelog
v1.0.6 - 2019/11/13
- Fix url patterns for internal apps in installed environment
- Fix missing template files in PyPi package (so typical!)
v1.0.5 - 2019/11/12
- Add optional postgres support, e.g.
pip install vote4film[postgres]
v1.0.4 - 2019/11/12
- Fix bug loading config from XDG config home (sigh)
- Fix django-extensions being missed from dependencies
v1.0.3 - 2019/11/12
- Fix config sub-directory used in XDG config home
v1.0.2 - 2019/11/12
- Load configuration from XDG config home
v1.0.1 - 2019/11/10
- First release of Vote4Film.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vote4film-1.0.6.tar.gz
(33.0 kB
view details)
Built Distribution
vote4film-1.0.6-py3-none-any.whl
(44.6 kB
view details)
File details
Details for the file vote4film-1.0.6.tar.gz
.
File metadata
- Download URL: vote4film-1.0.6.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.4 Linux/5.3.8-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48bdb846a92d3f852d0545e00bb71ea81a968e6c82c8010bb71428ad1dd64b69 |
|
MD5 | d64887cecb2846d537fdf6b471b61201 |
|
BLAKE2b-256 | eb85defc68500c98a590cb7895b182220ec18e0e8add68f4099565cd3bcd11d2 |
File details
Details for the file vote4film-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: vote4film-1.0.6-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.4 Linux/5.3.8-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07b252a4071d88c6dddc22f2a02d3fa76d90104cee9623d07b2cbce11546cdf8 |
|
MD5 | 4addd9e1e77d77a6f47fd0724edb0073 |
|
BLAKE2b-256 | cecf5849db35f8327d1077c0c8ae3a082523cb433b826e077fa1f8fe0d0c32b9 |