Commit Graph

56 Commits

Author SHA1 Message Date
jhyns
eb54875d35 chore: Update requirements.txt 2024-02-12 22:52:39 +09:00
60be2f9139 fix: Update csrf settings 2023-11-14 21:22:30 +09:00
30a7f5cd3e fix: Add csrf_exempt to login view 2023-11-14 21:09:54 +09:00
f5913f2383 fix: Fix crawl method 2023-11-14 02:13:05 +09:00
7cc2974dbf fix: Fix import 2023-11-14 02:11:09 +09:00
765379b8ab chore: Add CSRF trusted origins 2023-11-14 01:58:37 +09:00
7a5a61f609 fix: Add CORS settings to product settings 2023-11-14 01:44:13 +09:00
ef2d7c2340 fix: Make ItemIssues nullable to prevent default value error 2023-11-14 00:44:26 +09:00
48393c8f3c feat: Add crawl method, image upload 2023-11-13 19:52:35 +09:00
89c56cc1b6 feat: Add ItemIssues model 2023-11-09 19:41:37 +09:00
f7f9486237 feat: Add crawl app 2023-11-03 17:10:13 +09:00
3cd7228c05 feat: Add my posts view 2023-11-01 01:14:02 +09:00
cddefe5de4 feat: Add password change feature 2023-10-31 14:25:16 +09:00
e198466d8a chore: Change default renderer classes 2023-10-18 16:15:45 +09:00
c3993d39e7 chore: Add allowed hosts 2023-10-17 04:03:13 +09:00
a0d842aff1 chore: Add requirements.txt 2023-10-17 02:24:12 +09:00
678eae2c5f fix: Prevent paginate for product list 2023-10-16 22:53:14 +09:00
b81b18ed12 fix: Change date format 2023-10-16 22:52:35 +09:00
cd7ef497f9 Fix login and logout 2023-06-23 02:09:57 +09:00
59b42515f2 Add post status update 2023-06-23 02:09:45 +09:00
e735ebba32 Change settings 2023-06-23 02:09:19 +09:00
bfe201ae29 Add serializers, viewsets in graph app 2023-06-23 02:09:00 +09:00
507c1b7349 Change Image model ordering 2023-06-20 19:01:19 +09:00
d12bc6cf99 Remove ProductStorage model in market app and add PostCreateSerializer 2023-06-20 18:19:05 +09:00
7700664f81 Add PostListSerializer 2023-06-16 16:59:30 +09:00
ee12a15b5e Add models for graph app 2023-05-25 14:50:20 +09:00
ec92e0b089 Remove product method in BrandViewset 2023-05-18 12:22:01 +09:00
ffbb40e7d9 Remove color in post model, optimize queryset 2023-05-18 12:10:15 +09:00
ba4f4db462 Remove ProductColor 2023-05-18 10:06:24 +09:00
471ce05898 Fix Product serializer 2023-05-17 17:16:49 +09:00
466e62066f Optimize queryset 2023-05-17 17:13:47 +09:00
d86855d579 Add debug toolbar 2023-05-17 17:13:38 +09:00
0739171afa Fix permission 2023-05-17 16:51:42 +09:00
75adb90d50 Add CORS settings 2023-05-16 23:44:33 +09:00
676db36698 Remove pagination class in BrandViewset 2023-05-16 21:49:52 +09:00
81de69369e Change urls in market app 2023-05-16 21:49:19 +09:00
1d44edc456 Specify static, media files url 2023-05-16 21:48:59 +09:00
e65c78228d Add graph app 2023-05-04 11:06:04 +09:00
32ba5b9c21 Edit UserViewset to handle login and logout 2023-05-04 11:03:35 +09:00
f39f0c2c7e Add urls for user app 2023-05-03 14:45:06 +09:00
317bce8c49 Add serializers, views and viewsets in user app 2023-05-03 14:44:59 +09:00
4916baa732 Add serializers and viewsets in market app 2023-05-03 14:23:44 +09:00
5a7ee11e01 Add default pagination class 2023-05-03 14:23:20 +09:00
9bfc73d726 Remove UserAdmin in user admin page 2023-05-03 14:18:10 +09:00
572c7780af Add urls for market app 2023-05-03 14:09:55 +09:00
42deebb758 Add related name on models in market app 2023-05-03 14:09:38 +09:00
c2c007aef7 Remove image field on product model 2023-05-03 13:53:40 +09:00
950bb735e7 Add IsAuthorOrReadOnly permission 2023-05-03 13:53:18 +09:00
2f3184d923 Add ActionBasedMixin 2023-05-03 13:07:36 +09:00
f37c0a9cff Add core app 2023-05-03 13:07:23 +09:00