Roland Geider
ff3f764d92
Fix typo
2020-09-19 08:46:55 +02:00
Roland Geider
31f10ad82e
Update README
2020-09-02 16:25:16 +02:00
Roland
e6f5a2eaaf
Fix workout detail page option dropdown
2020-06-30 01:18:16 +02:00
Roland
9e0f427b49
Add description content type for package
2020-06-28 22:22:04 +02:00
Roland
07a72263f4
Optimizations/fixes for PyPI packaging
2020-06-28 18:46:24 +02:00
Roland
10b584ea32
Also test python versions 3.7 and 3.8
2020-06-17 00:12:13 +02:00
Peter van der Does
736635b6b0
Sorted imports
2017-04-21 15:56:34 -04:00
Roland Geider
f6ccfdd270
Remove the encoding keyword
...
This is not available under python 2.7 and was only necessary for systems
where the locale is not UTF8.
2017-02-17 19:51:43 +01:00
Roland Geider
32c77deee1
Some changes to the installation scripts
...
These changes are necessary for the packaged version of the application
(pip install wger). Among other things and (hopefully!) to make the installation
more robust, all commands are routed through the 'wger' entry point, and calling
'invoke' on its own has been deprecated. Sadly, we had to revive an ugly hack
that changes the sys path, but hopefully this doesn't cause any problems.
2017-02-16 23:47:59 +01:00
Roland Geider
4d7114cb84
Remove python 3.3 support
...
Django 1.9 is not compatible with python 3.3 anymore
2016-07-09 11:12:15 +02:00
Roland Geider
055998dd03
Use the github URL in setup
...
wger.de is just a specific instance, when installing the package the link to
the source code is more relevant.
2016-06-13 15:59:10 +02:00
Roland Geider
cdb1bfe27a
Simplify imports
...
Fixes #190
2015-09-25 23:06:04 +02:00
Roland Geider
530e0f1dd5
Add python 3.5 to list of supported languages
2015-09-15 21:52:33 +02:00
Roland Geider
7369f61c74
Add __main__.py file
...
This file is used as a console entry point in the packaged version of the
application. It simply redirects all arguments to the invoke command, which
does all the work.
2015-09-14 17:23:19 +02:00
Roland Geider
16f9caf188
Generate 'install_requires' from requirements.txt
...
This reduces duplication of requirements
2014-12-16 22:51:04 +01:00
Roland Geider
440a5ee935
Bump version of tested django version to 1.6.6
2014-08-21 15:57:11 +02:00
Roland Geider
becafc1303
Update required django version to 1.6.1
2014-01-26 11:27:03 +01:00
Roland Geider
1e2d345e01
Add iCal export for workouts
2013-12-09 21:52:23 +01:00
Roland Geider
9e05a23911
Use django compressor for CSS and JS files
...
The app combines CSS and JS files into one, reducing the number of
requests and hopefully making the website faster. This is specially
important for the mobile version.
2013-12-04 23:13:38 +01:00
Roland Geider
cbbf6e5a6c
Revert django version to be installed for 1.3 release, see #52
2013-11-27 19:32:15 +01:00
Roland Geider
8bd09377e9
Test under django 1.6, fix some errors and remove deprecated functions
2013-11-10 15:11:37 +01:00
Roland Geider
c47bef41e4
Merge
2013-11-01 19:16:14 +01:00
Roland Geider
5a7be040e1
Update current versions of django
2013-10-27 17:14:45 +01:00
Roland Geider
8b00c94bad
Render exercise thumbnails with easy_thumbnails
...
Also add delete methods that remove the image files from the filesystem
2013-10-21 23:46:30 +02:00
Roland Geider
288b157f6a
Update requirements
2013-10-09 21:48:40 +02:00
Roland Geider
d25f208384
Update requirements
2013-09-11 19:57:04 +02:00
Roland Geider
48f6611005
Update requirements
2013-08-22 21:25:45 +02:00
Roland Geider
874112fc92
Start working on Issue #28 , a more granular control of languages
2013-05-26 23:22:50 +02:00
Roland Geider
e8f69fdedc
Pin the version of html5lib
...
Reason is that the simpletree walker, used by bleach, was removed in
html5lib 1.0b1. See
https://github.com/jsocol/bleach/issues/94
2013-05-18 16:21:56 +02:00
Roland Geider
90438ea45b
Fix import path and set same requirements as in requirements.txt
2013-05-09 20:37:29 +02:00
Roland Geider
75529a5b5a
Add south to allow for easier database schema migrations
2013-03-07 21:56:00 +01:00
Roland Geider
ad30d1e3f8
Pin version of django-browserid, there were some API changes in 0.8
2013-03-06 19:19:35 +01:00
Roland Geider
6331f522b4
Add setup.py and MANIFEST.in files
2013-02-22 22:51:42 +01:00