Skip to main content

FLOSS workout, fitness and weight manager/tracker written with Django

Project description

Thank you for downloading wger Workout Manager. wger is a free, open source web application that manages your exercises and personal workouts, weight and diet plans. It can also be used as a simple gym management utility, providing different administrative roles (trainer, manager, etc.). It offers a REST API as well, for easy integration with other projects and tools.

It is written with python/django and uses jQuery and some D3js for charts.

For more details and a live system, refer to the project’s site: https://wger.de/

There are more detailed instructions, other deployment options as well as an administration guide available at https://wger.readthedocs.org or locally in your code repository in the docs folder (make html to compile, then open _build/index.html).

Installation

These are the basic steps to install and run the application locally on a linux system.

Development version (from git)

Note: You can safely install from master, it is almost always in a usable and stable state.

  1. Install the necessary packages and their dependencies in a virtualenv

$ sudo apt-get install python-dev python-virtualenv
$ virtualenv venv-django
$ source venv-django/bin/activate
  1. Start the application. This will create a SQlite database and populate it with data on the first run.

$ git clone https://github.com/rolandgeider/wger.git
$ cd wger
$ pip install -r requirements.txt  # or requirements_devel.txt to develop
$ python start.py

# After the first run you can just use django's development server
$ python manage.py runserver
  1. Log in as: admin, password admin

Stable version (from PyPI)

  1. Install the necessary packages and their dependencies in a virtualenv

$ sudo apt-get install python-dev python-virtualenv
$ virtualenv venv-django
$ source venv-django/bin/activate
$ pip install wger
  1. Start the application. This will create a SQlite database and populate it with data on the first run

$ wger
  1. Log in as: admin, password admin

Command line options

The available options for the wger command (if installed from PyPI) or start.py (if installed from source) are the following

Usage: main.py [options]

Run wger Workout Manager using django's builtin server

Options:
 -h, --help            show this help message and exit
 -a ADDRESS, --address=ADDRESS
                       IP Address to listen on.
 -p PORT, --port=PORT  Port to listen on.
 --syncdb              Update/create database before starting the server.
 --reset-admin         Make sure the user 'admin' exists and uses 'admin' as
                       password.
 -s SETTINGS, --settings=SETTINGS
                       Path to the wger configuration file.
 --no-reload           Do not reload the development server.
 --version             Show version and exit.
 --show-config         Show configuration paths and exit.

Contact

Feel free to contact us if you found this useful or if there was something that didn’t behave as you expected (in this case you can also open a ticket on the issue tracker).

Sources

All the code and the content is freely available:

Licence

The application is licenced under the Affero GNU General Public License 3 or later (AGPL 3+).

The initial exercise and ingredient data is licensed additionally under a Creative Commons Attribution Share-Alike 3.0 (CC-BY-SA 3.0)

The documentation is released under a CC-BY-SA either version 4 of the License, or (at your option) any later version.

Some images where taken from Wikipedia, see the SOURCES file in their respective folders for more details.

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

wger-1.6.1.tar.gz (5.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wger-1.6.1-py2.py3-none-any.whl (6.2 MB view details)

Uploaded Python 2Python 3

File details

Details for the file wger-1.6.1.tar.gz.

File metadata

  • Download URL: wger-1.6.1.tar.gz
  • Upload date:
  • Size: 5.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wger-1.6.1.tar.gz
Algorithm Hash digest
SHA256 3b8dad9e2705af23127cabe714359765be6bf2dbb0a98b13d66ae7c9caf3ef05
MD5 0fe43323e2e62825e8fcfb1fef60f6e9
BLAKE2b-256 43a54e19c423d71a743373f429d035c9068a9e336a20f36507bd6bb88cf87701

See more details on using hashes here.

File details

Details for the file wger-1.6.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for wger-1.6.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b3efc0361596e2118436aeffca07d795ce189a376f5c1c0b0393faf0f38f1d65
MD5 4ca4ef838b5d9581b1fad99ab91d7fc5
BLAKE2b-256 aff051219af38c7d2ddeb6225fea9dc41113bceaf4d9c4252d044d4357c95d36

See more details on using hashes here.

Supported by

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