Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b092f0b
added login * logout
NikosPodin Oct 1, 2021
02a78e2
added show message for templates
NikosPodin Oct 2, 2021
09b0cad
added show message for templates
NikosPodin Oct 2, 2021
e3d3ec5
add profile
NikosPodin Oct 2, 2021
3d80e41
add profile
NikosPodin Oct 2, 2021
069e281
add basket
NikosPodin Oct 4, 2021
3a37be6
add basket
NikosPodin Oct 4, 2021
bc866f9
add brabch with errors in profile & baskets.html ( if baskets )
NikosPodin Oct 7, 2021
0816e13
add update profile (it works!)
NikosPodin Oct 11, 2021
a439833
add update prod (new branch)
NikosPodin Oct 11, 2021
37d6c38
add update prod (new branch)
NikosPodin Oct 11, 2021
9b9319d
Merge remote-tracking branch 'origin/master' into lesson_5_update
NikosPodin Oct 11, 2021
2c82181
repair moments
NikosPodin Oct 11, 2021
6f19923
create baskets.js
NikosPodin Oct 12, 2021
26b85c0
add @login_required, total_sum,() & total_quantity() is done
NikosPodin Oct 13, 2021
a2e9e8e
added app admins
NikosPodin Oct 16, 2021
c079148
added products & categories elements
NikosPodin Oct 16, 2021
7d815b7
added paginateo part I (previous, next page)
NikosPodin Oct 18, 2021
ace0177
added part II (classes in users)
NikosPodin Oct 18, 2021
f86fe50
added update small bugs
NikosPodin Oct 18, 2021
0404361
added new basket method
NikosPodin Oct 18, 2021
bf0f410
added email in settings
NikosPodin Oct 23, 2021
ce7cd11
added email in settings
NikosPodin Oct 23, 2021
5de9fd4
added verify in users
NikosPodin Oct 23, 2021
0c543f0
added verify part in forms
NikosPodin Oct 23, 2021
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
6 changes: 6 additions & 0 deletions .env.simple
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DOMAIN_NAME = 'http:/localhost:8000'
EMAIL_HOST = 'localhost'
EMAIL_PORT = 25
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_SSL = 'False'
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
.idea
/venv
__pycache__/
db.sqlite3
../venv
/media
/media
/1208-1184-1214
/admin
/auth
.env
fill_db.bat
migrate.bat
run.bat
149 changes: 0 additions & 149 deletions admin/admin-users-create.html

This file was deleted.

150 changes: 0 additions & 150 deletions admin/admin-users-read.html

This file was deleted.

Loading