-
Thanks for this software. Is it possible to disable the registration form?
-
Hi! I have an issue:
```
$ python manage.py runserver
Traceback (most recent call last):
File "manage.py", line 15, in
setup_django_environment(get_user_config_path('wger', 'settings.py'…
-
Hi,
When i get to the $ wger bootstrap step in the README I get the following error:
```
`Traceback (most recent call last):
File "/home/dsk2k/wger/venv-django/bin/invoke", line 11, in
s…
dsk2k updated
7 years ago
-
I tried to install wager on my server to a non root URL like www.example.org/fitness. I think that my apache config works fine. I can reach my other sites (php) without any problems. Going to /fitness…
-
Modified settings.py to remove guest users and registration. Here are the relevant settings. Does not seem to have any effect at all. Also changed debug to false, but emails are not being sent, even t…
-
The builds fail with python 3.6, for some reason there is an iissue with the gulp installation, but this is probably something trivial
https://travis-ci.org/wger-project/wger/jobs/202729466
```
$…
-
Hi,
Your website it's down.
Forbidden
You don't have permission to access / on this server.
Apache/2.2.15 (CentOS) Server at wger.de Port 443
-
Hi
i have issue:
> Traceback (most recent call last):
File "manage.py", line 4, in
from django.core.management import execute_from_command_line
ImportError: No module named django.core.m…
-
I'd like to add in Webpack (https://webpack.github.io/) for uglifying, minifying, compilation of client side assets. Is that ok? It's a better option than going the standard browserify/requirejs/commo…
-
I am having trouble with the docker "demo". I had similar issues when I attempted to try out this project ~two months ago. This happens with the default command:
`docker run -ti --name wger.apache --…