Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated #17

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
dc14075
Added Django ORM
NADOOITChristophBa Jan 20, 2024
2818178
Merge branch 'beeware:main' into main
NADOOITChristophBa Mar 13, 2024
e476230
Added a bunch of bolderplate and features from NadooLaw
NADOOITChristophBa Mar 13, 2024
e13bcdc
up
NADOOITChristophBa Mar 13, 2024
95935ad
Delete models.py
NADOOITChristophBa Mar 13, 2024
6ab2f60
changed default app
NADOOITChristophBa Mar 13, 2024
0484ad3
Merge pull request #1 from NADOOIT/v0.3.16
NADOOITChristophBa Mar 13, 2024
84d6359
Update pyproject.toml
NADOOITChristophBa Mar 14, 2024
830327e
Merge pull request #2 from NADOOIT/v0.3.16
NADOOITChristophBa Mar 14, 2024
5fe37aa
Update app.py
NADOOITChristophBa Mar 14, 2024
d45fcec
Update app.py
NADOOITChristophBa Mar 14, 2024
b898226
Merge pull request #3 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 14, 2024
934af2f
add logo_script for mac icons
NADOOITChristophBa Mar 14, 2024
0b39cc6
Merge pull request #4 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 14, 2024
f040da7
Update requirements.txt
NADOOITChristophBa Mar 14, 2024
7a728f6
Merge pull request #5 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 14, 2024
52daa5b
Create MainStreamExampleComponent.py
NADOOITChristophBa Mar 14, 2024
ac1ee48
Merge pull request #6 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 14, 2024
ebdcb52
Update MainStreamExampleComponent.py
NADOOITChristophBa Mar 15, 2024
a9ae4ff
Merge pull request #7 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 15, 2024
edf1a31
backgroundremoval added
NADOOITChristophBa Mar 18, 2024
531c1bd
Update logo_script.py
NADOOITChristophBa Mar 18, 2024
0728262
Merge pull request #8 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 18, 2024
ecc513e
Update logo_script.py
NADOOITChristophBa Mar 20, 2024
2cd9e2c
Merge pull request #9 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 22, 2024
7883ed0
Update app.py
NADOOITChristophBa Mar 22, 2024
0869b9a
Merge pull request #10 from NADOOIT/v0.3.16
NADOOITChristophBa Mar 22, 2024
3d2cdcd
Update app.py
NADOOITChristophBa Mar 22, 2024
8c9ef0e
Update app.py
NADOOITChristophBa Mar 22, 2024
48eb63d
Update app.py
NADOOITChristophBa Mar 22, 2024
fcd3da6
Update app.py
NADOOITChristophBa Mar 22, 2024
e4090cb
Merge pull request #11 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 22, 2024
e6ba984
Update app.py
NADOOITChristophBa Mar 22, 2024
917623c
Merge pull request #12 from NADOOIT/v0.3.17
NADOOITChristophBa Mar 22, 2024
d569c74
Startcomponente hinzugefügt
NADOOITChristophBa Mar 25, 2024
0601da4
Update app.py
NADOOITChristophBa Mar 25, 2024
1edf9d1
Merge pull request #13 from NADOOIT/v0.3.16
NADOOITChristophBa Mar 25, 2024
45003cb
Update Startfenster.py
NADOOITChristophBa Mar 25, 2024
3127e63
Update Startfenster.py
NADOOITChristophBa Mar 25, 2024
84e609a
Create EinklappbarerContainer.py
NADOOITChristophBa Mar 25, 2024
f0fba1c
Update UpdateWindow.py
NADOOITChristophBa Mar 26, 2024
6ad466d
Merge pull request #14 from NADOOIT/v0.3.16
NADOOITChristophBa Mar 26, 2024
059e9ed
Settings
NADOOITChristophBa Mar 28, 2024
f8db8b6
fix + httpx for API
NADOOITChristophBa Apr 2, 2024
4d92dd0
Update Startfenster.py
NADOOITChristophBa Apr 2, 2024
1021a99
Update Startfenster.py
NADOOITChristophBa Apr 2, 2024
db512ea
Update services.py
NADOOITChristophBa Apr 3, 2024
509bb64
Update UpdateWindow.py
NADOOITChristophBa Apr 4, 2024
4a0d2ea
added. services and utils
NADOOITLaurinK Apr 6, 2024
6884990
updated
NADOOITLaurinK Apr 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions {{ cookiecutter.app_name }}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -25,8 +25,7 @@ test_sources = [
requires = [
"python-dotenv",
"toml",
"django",

"screeninfo",
]

{{- cookiecutter.pyproject_table_briefcase_app_extra_content }}