File tree 6 files changed +11
-10
lines changed
6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Python Web
2
2
3
- [ ![ Python] ( https://img.shields.io/badge/Python-3.11 +-yellow?style=for-the-badge&logo=python&logoColor=white&labelColor=101010 )] ( https://python.org )
4
- [ ![ Reflex] ( https://img.shields.io/badge/Reflex-0.4.5 +-5646ED?style=for-the-badge&logo=reflex&logoColor=white&labelColor=101010 )] ( https://reflex.dev )
3
+ [ ![ Python] ( https://img.shields.io/badge/Python-3.12 +-yellow?style=for-the-badge&logo=python&logoColor=white&labelColor=101010 )] ( https://python.org )
4
+ [ ![ Reflex] ( https://img.shields.io/badge/Reflex-0.7.2 +-5646ED?style=for-the-badge&logo=reflex&logoColor=white&labelColor=101010 )] ( https://reflex.dev )
5
5
6
6
## Curso de 13 horas en vídeo para aprender desarrollo web con Python puro y Reflex desde cero.
7
7
Original file line number Diff line number Diff line change
1
+ .states
1
2
* .db
2
3
* .py [cod ]
3
4
.env
Original file line number Diff line number Diff line change 1
1
# Web de links de MoureDev
2
2
3
- [ ![ Python] ( https://img.shields.io/badge/Python-3.11 +-yellow?style=for-the-badge&logo=python&logoColor=white&labelColor=101010 )] ( https://python.org )
4
- [ ![ Reflex] ( https://img.shields.io/badge/Reflex-0.6.4 +-5646ED?style=for-the-badge&logo=reflex&logoColor=white&labelColor=101010 )] ( https://reflex.dev )
3
+ [ ![ Python] ( https://img.shields.io/badge/Python-3.12 +-yellow?style=for-the-badge&logo=python&logoColor=white&labelColor=101010 )] ( https://python.org )
4
+ [ ![ Reflex] ( https://img.shields.io/badge/Reflex-0.7.2 +-5646ED?style=for-the-badge&logo=reflex&logoColor=white&labelColor=101010 )] ( https://reflex.dev )
5
5
6
6
## Proyecto desarrollado con [ Python] ( https://www.python.org/ ) y [ Reflex] ( https://reflex.dev/ ) que representa un sitio web personal estilo "[ link in bio] ( https://moure.dev/ ) "
7
7
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def footer() -> rx.Component:
52
52
src = f"/raiola_networks.svg" ,
53
53
on_click = rx .redirect (
54
54
const .RAIOLA_NETWORKS_URL ,
55
- external = True
55
+ is_external = True
56
56
),
57
57
width = "200px" ,
58
58
height = "100%" ,
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ def link_button(title: str,
41
41
),
42
42
border = f"{ '2px' if highlight_color != None else '0px' } solid { highlight_color } " ,
43
43
class_name = styles .BOUNCEIN_ANIMATION if animated else None ,
44
- on_click = rx .redirect (path = url , external = is_external )
44
+ on_click = rx .redirect (path = url , is_external = is_external )
45
45
)
Original file line number Diff line number Diff line change 1
- pip == 24.3 .1
2
- reflex == 0.6.4
1
+ pip == 25.0 .1
2
+ reflex == 0.7.2
3
3
python-dotenv == 1.0.1
4
- supabase == 2.9.1
4
+ supabase == 2.13.0
5
5
configcat-client == 9.0.4
6
- pytz == 2024.2
6
+ pytz == 2025.1
You can’t perform that action at this time.
0 commit comments