Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
File renamed without changes.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ disable=
C0114, # missing-module-docstring
C0115, # missing-class-docstring
C0116, # missing-function-docstring
E1101, # instance has no member
15 changes: 0 additions & 15 deletions proj01_minimum_app/projeto01/main.py

This file was deleted.

3 changes: 0 additions & 3 deletions proj01_minimum_app/projeto01/static/css/style.css

This file was deleted.

Empty file.
24 changes: 0 additions & 24 deletions proj01_minimum_app/projeto01/templates/base.html

This file was deleted.

7 changes: 0 additions & 7 deletions proj01_minimum_app/projeto01/templates/index.html

This file was deleted.

1 change: 0 additions & 1 deletion proj01_minimum_app/requirements.txt

This file was deleted.

18 changes: 0 additions & 18 deletions proj02_slq_puro/.editorconfig

This file was deleted.

91 changes: 0 additions & 91 deletions proj02_slq_puro/projeto02/app.py

This file was deleted.

Empty file.
22 changes: 0 additions & 22 deletions proj02_slq_puro/projeto02/templates/base.html

This file was deleted.

16 changes: 0 additions & 16 deletions proj02_slq_puro/projeto02/templates/index.html

This file was deleted.

Empty file removed proj02_slq_puro/projeto02/test.db
Empty file.
4 changes: 0 additions & 4 deletions proj02_slq_puro/requirements.txt

This file was deleted.

Binary file removed proj02_slq_puro/test.db
Binary file not shown.
12 changes: 0 additions & 12 deletions proj02_slq_puro/test.sql

This file was deleted.

18 changes: 0 additions & 18 deletions proj03_sqlalchemy/.editorconfig

This file was deleted.

107 changes: 0 additions & 107 deletions proj03_sqlalchemy/projeto03/app.py

This file was deleted.

Empty file.
22 changes: 0 additions & 22 deletions proj03_sqlalchemy/projeto03/templates/base.html

This file was deleted.

16 changes: 0 additions & 16 deletions proj03_sqlalchemy/projeto03/templates/index.html

This file was deleted.

Binary file removed proj03_sqlalchemy/projeto03/test.db
Binary file not shown.
Loading