-
I find myself doing this a lot:
```
$ emo heart.
1 π
2 π€
3 π
4 π
5 π€
6 π
7 π¨ββ€οΈβπ¨
8 π©ββ€οΈβπ¨
9 π©ββ€οΈβπ©
10 π
11 π
12 π
13 β₯
14 π
15 π
16 β£
17 π§‘
18 π
19 β€
20 π
21 π»
22 π₯°
23 π
24β¦
-
Hey Bob,
I didn't complete all of things: not fast api skeleton ready. I answer to your email here.
The sketches look good, I like that we'll also tackle a bit of front-end work. Htmx is awesomeβ¦
-
For later, as discussed we would typically not store image blobs in the DB, just links. We can use an AWS S3 bucket to store the images, example code here: https://github.com/PyBites-Open-Source/pybitβ¦
-
Hey @JGaukrogers
Goal: make an editable game sheet (bit like excel). To do this in a Django view effectively you'll need to use _formsets_:
https://docs.djangoproject.com/en/4.1/topics/forms/foβ¦
-
Use a model form like our starter training:
https://github.com/pybites/django-starter/blob/solution/blog/forms.py
Let's not worry about the image yet
-
recipient user with different access level
selects a treat or submits a pick your own treat form
get feedback that treat has been submitted and is in the queue
-
While on my mac `eatlocal download` works fine, on my windows machine I get the following error:
![image](https://user-images.githubusercontent.com/60844432/180605727-72429083-1608-4422-941e-430a30β¦
-
When using `eatlocal` with Python 3.8, the following error occurs:
```python
TypeError: 'type' object is not subscriptable
β /Users/russell/.pyenv/versions/3.8.13/envs/test-eatlocal-38/lib/pythβ¦
-
-
Hello,
I am trying to figure out what went wrong with my code for the day 2 challenge. I am pretty sure the result is correct.
Which for challenge one is 2017. 07.08 and 505 days for challenge 2.β¦