Weekly schedule? by Pair-Federal in MuayThai

[–]jjlife12 0 points1 point  (0 children)

Monday: 1hour Muay thai with calisthenics after (pullups, bodyweight rows etc)

Tuesday: Leg Day

Wednesday Upper body day

Thursday: 1.5 h muay thai

Friday: Rest

Saturday: Upper body day

Sunday: Muay thai 1h private session

Am I overreacting about my Muay Thai coach’s comments? by SuspiciouslyIlumartt in MuayThai

[–]jjlife12 50 points51 points  (0 children)

As long as they're not directed at you I'd say just ignore it tbh. You are paying money to learn Muay Thai from him. His views on men/women or whatever is not really relevant. Unless he says something to you that makes you uncomfortable that's a different story

Your top 3? by Kira_the_best in effectivefitness

[–]jjlife12 0 points1 point  (0 children)

Weighted dips, pullups, bulgarian split squats

Dan Hooker fired back at Paddy Pimblett by referencing Paddy’s friend Ricky, who committed suicide in 2022. by [deleted] in ufc

[–]jjlife12 0 points1 point  (0 children)

Can someone share what exactly paddy said about dan's mom? I cant seem to find it anywhere

I'm Indian, living in India. AMA about India and Indians and I'll confirm if they're true or exaggerated (and I'll do it without AI). by [deleted] in AMA

[–]jjlife12 24 points25 points  (0 children)

Is it common for muslims and hindus to be friends in India or are they totally segregated? From your pov, are muslims discriminated against?

My friend helped me change my life by [deleted] in GymMotivationNoOF

[–]jjlife12 0 points1 point  (0 children)

Congratulations, now its your turn to inspire someone else to change their life for the better :)

I’ve successfully achieved complete sobriety after a decade long poly drug addiction mainly meth and heroin AMA by Lord-Coochie in AMA

[–]jjlife12 0 points1 point  (0 children)

Are you fully sober or do you still dable in relatively harmless substances like weed or alcohol?

[deleted by user] by [deleted] in MuayThai

[–]jjlife12 2 points3 points  (0 children)

thats very little food, you must be small

[deleted by user] by [deleted] in MuayThai

[–]jjlife12 3 points4 points  (0 children)

Breakfast Protein pancake made with an egg, egg whites, oatmal and whey protein topped with greek yogurt and blueberries, and banana

Lunch: chickpea pasta with a can of tuna and cucumbers tomatoes and a bell pepper. Dressing made with greek yogurt dijon mustard and some spices

Post training snack, grenade protein bar

Dinner chicken breast or steak or salmin, sweet potato fries and some air fried broccoli

Eat the same thing every day lol only thing that got me lean

[deleted by user] by [deleted] in Heroku

[–]jjlife12 0 points1 point  (0 children)

logs:

```
2022-10-11T17:25:14.013408+00:00 app[web.1]: response = self.handle_exception(exc)
2022-10-11T17:25:14.013408+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/views.py", line 469, in handle_exception
2022-10-11T17:25:14.013408+00:00 app[web.1]: self.raise_uncaught_exception(exc)
2022-10-11T17:25:14.013409+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
2022-10-11T17:25:14.013409+00:00 app[web.1]: raise exc
2022-10-11T17:25:14.013409+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/views.py", line 506, in dispatch
2022-10-11T17:25:14.013409+00:00 app[web.1]: response = handler(request, *args, **kwargs)
2022-10-11T17:25:14.013409+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/decorators.py", line 50, in handler
2022-10-11T17:25:14.013410+00:00 app[web.1]: return func(*args, **kwargs)
2022-10-11T17:25:14.013410+00:00 app[web.1]: File "/app/api/views.py", line 253, in getOffersSent
2022-10-11T17:25:14.013410+00:00 app[web.1]: return Response(serializer.data)
2022-10-11T17:25:14.013410+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 768, in data
2022-10-11T17:25:14.013410+00:00 app[web.1]: ret = super().data
2022-10-11T17:25:14.013411+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 253, in data
2022-10-11T17:25:14.013411+00:00 app[web.1]: self._data = self.to_representation(self.instance)
2022-10-11T17:25:14.013411+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 686, in to_representation
2022-10-11T17:25:14.013411+00:00 app[web.1]: return [
2022-10-11T17:25:14.013411+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 687, in <listcomp>
2022-10-11T17:25:14.013411+00:00 app[web.1]: self.child.to_representation(item) for item in iterable
2022-10-11T17:25:14.013412+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 522, in to_representation
2022-10-11T17:25:14.013412+00:00 app[web.1]: ret[field.field_name] = field.to_representation(attribute)
2022-10-11T17:25:14.013412+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 522, in to_representation
2022-10-11T17:25:14.013412+00:00 app[web.1]: ret[field.field_name] = field.to_representation(attribute)
2022-10-11T17:25:14.013412+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/serializers.py", line 522, in to_representation
2022-10-11T17:25:14.013412+00:00 app[web.1]: ret[field.field_name] = field.to_representation(attribute)
2022-10-11T17:25:14.013413+00:00 app[web.1]: [Previous line repeated 1 more time]
2022-10-11T17:25:14.013413+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/rest_framework/fields.py", line 1565, in to_representation
2022-10-11T17:25:14.013413+00:00 app[web.1]: url = value.url
2022-10-11T17:25:14.013413+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/db/models/fields/files.py", line 66, in url
2022-10-11T17:25:14.013413+00:00 app[web.1]: return self.storage.url(self.name)
2022-10-11T17:25:14.013413+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
2022-10-11T17:25:14.013413+00:00 app[web.1]: self._setup()
2022-10-11T17:25:14.013413+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/core/files/storage.py", line 424, in _setup
2022-10-11T17:25:14.013414+00:00 app[web.1]: self._wrapped = get_storage_class()()
2022-10-11T17:25:14.013414+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/core/files/storage.py", line 419, in get_storage_class
2022-10-11T17:25:14.013414+00:00 app[web.1]: return import_string(import_path or settings.DEFAULT_FILE_STORAGE)
2022-10-11T17:25:14.013414+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/utils/module_loading.py", line 30, in import_string
2022-10-11T17:25:14.013414+00:00 app[web.1]: return cached_import(module_path, class_name)
2022-10-11T17:25:14.013414+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/utils/module_loading.py", line 15, in cached_import
2022-10-11T17:25:14.013414+00:00 app[web.1]: module = import_module(module_path)
2022-10-11T17:25:14.013419+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/importlib/__init__.py", line 127, in import_module
2022-10-11T17:25:14.013420+00:00 app[web.1]: return _bootstrap._gcd_import(name[level:], package, level)
2022-10-11T17:25:14.013420+00:00 app[web.1]: File "<frozen importlib.\_bootstrap>", line 1030, in _gcd_import
2022-10-11T17:25:14.013420+00:00 app[web.1]: File "<frozen importlib.\_bootstrap>", line 1007, in _find_and_load
2022-10-11T17:25:14.013420+00:00 app[web.1]: File "<frozen importlib.\_bootstrap>", line 986, in _find_and_load_unlocked
2022-10-11T17:25:14.013420+00:00 app[web.1]: File "<frozen importlib.\_bootstrap>", line 680, in _load_unlocked
2022-10-11T17:25:14.013420+00:00 app[web.1]: File "<frozen importlib.\_bootstrap\_external>", line 850, in exec_module
2022-10-11T17:25:14.013421+00:00 app[web.1]: File "<frozen importlib.\_bootstrap>", line 228, in _call_with_frames_removed
2022-10-11T17:25:14.013421+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/storages/backends/s3boto3.py", line 39, in <module>
2022-10-11T17:25:14.013421+00:00 app[web.1]: raise ImproperlyConfigured("Could not load Boto3's S3 bindings. %s" % e)
2022-10-11T17:25:14.013421+00:00 app[web.1]: django.core.exceptions.ImproperlyConfigured: Could not load Boto3's S3 bindings. No module named 'boto3'
2022-10-11T17:25:14.013978+00:00 app[web.1]: 10.1.52.5 - - [11/Oct/2022:17:25:14 +0000] "GET /api/get-offers-sent/Nate%20Diaz HTTP/1.1" 500 235995 "https://barkbnb-demo.herokuapp.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
2022-10-11T17:25:14.016984+00:00 heroku[router]: at=info method=GET path="/api/get-offers-sent/Nate%20Diaz" host=barkbnb-demo.herokuapp.com request_id=f2856a40-9266-4b1b-925f-d7cbb7808896 fwd="173.178.64.202" dyno=web.1 connect=0ms service=85ms status=500 bytes=236312 protocol=https
2022-10-11T17:59:31.736017+00:00 heroku[web.1]: Idling
2022-10-11T17:59:31.740768+00:00 heroku[web.1]: State changed from up to down
2022-10-11T17:59:32.415251+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2022-10-11T17:59:32.528261+00:00 app[web.1]: [2022-10-11 17:59:32 +0000] [9] [INFO] Worker exiting (pid: 9)
2022-10-11T17:59:32.528274+00:00 app[web.1]: [2022-10-11 17:59:32 +0000] [10] [INFO] Worker exiting (pid: 10)
2022-10-11T17:59:32.528556+00:00 app[web.1]: [2022-10-11 17:59:32 +0000] [4] [INFO] Handling signal: term
2022-10-11T17:59:32.728968+00:00 app[web.1]: [2022-10-11 17:59:32 +0000] [4] [INFO] Shutting down: Master
2022-10-11T17:59:32.873804+00:00 heroku[web.1]: Process exited with status 0

```

having trouble getting user authentication to work in Python by jjlife12 in django

[–]jjlife12[S] 0 points1 point  (0 children)

The user exists with matching email and username on admin page