Associate Set List
to the corresponding exercise in the Exercise List
#902
-
How to I find out which exercise from my When I hit the
Where
from When I hit the
For what it's worth, I've studied the diagram found here. (Source) Thank you very much in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
you are right, there is no direct connection between logs and sets, only to workout. We should have an issue to add a nullable foreign key to the table, till then you will need to go over the workoutID / exerciseID and the date |
Beta Was this translation helpful? Give feedback.
-
Thank you for the helpful and quick response. |
Beta Was this translation helpful? Give feedback.
-
Hi. If/when you have a moment I could use some guidance. I attempted to
join your discord server but all of the links to it seem to be broken.
I also don't mind asking elsewhere. But I am not sure where to turn other
than to you via email.
I just created this issue:
#911
I figured the best thing to do is to first get the app running locally. So
that I can figure out how it all works.
For example, I don't know which file(s) update the database nor which ones
make calls to it.
But I needed some guidance on running it locally. (I am much less
familiar with Python than JavaScript)
Do I need to run just a docker instance?
https://wger.readthedocs.io/en/latest/docker.html#
Or does it suffice to follow only the Development instructions?
https://wger.readthedocs.io/en/latest/development.html
Or do I need to run both?
At the moment I've followed just the Development instructions.
See the output from Terminal below:
(venv-wger) ***@***.***:
*~/Documents/DevFiles/client_projects/wger/src*$ python manage.py
runserver
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
December 10, 2021 - 02:00:53
Django version 3.2.10, using settings 'settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
My next step was going to be to run the appropriate script found in the
"src/package.json" file. So that I could interact with the app.
However I first navigated to "http://127.0.0.1:8000/" in my browser and
logged in with the admin credentials at the bottom of the Development
instructions documentation:
-
*username*: admin
-
*password*: adminadmin
However I am not able to use the app. Please see the last three
screenshots.
Thank you very much.
Jamie
…On Wed, Dec 1, 2021 at 2:12 PM Roland Geider ***@***.***> wrote:
Sure go ahead
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#902 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBTTYRT7VCYK66JM4QQDNDUOZXTBANCNFSM5JC3GF3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
you are right, there is no direct connection between logs and sets, only to workout. We should have an issue to add a nullable foreign key to the table, till then you will need to go over the workoutID / exerciseID and the date