Commit Graph

27 Commits

Author SHA1 Message Date
81a3e15418 - DISABLE_PERMISSIONS 2024-05-20 23:05:27 +04:00
b820e3ee9f + load .env file via dotenv library 2024-04-28 01:06:03 +04:00
ef40e9f7e0 + Bonus system (TODO: spend bonuses)
+ Telegram bot: sign up, sign in, notifications

+ Anonymous users can't see yuan_rate_commission
* Only logged in customers can create/update orders
* Customer info migrated to separate User model
* Renamed legacy fields in serializers
* Cleanup in API classes
2024-04-27 21:29:50 +04:00
bfff884603 * Store keys in env variables
* Cleanup
2024-04-27 19:54:30 +04:00
cbc2419bfe * Timeout for external API calls 2024-01-03 01:32:41 +04:00
ee49810e91 * Update yuan rate via Celery task 2023-12-07 07:07:41 +04:00
29e76a5371 + Celery
+ Update CDEK status in background
2023-12-02 17:11:08 +04:00
93ab682c69 * Updated API key for CurrencyAPI 2023-11-23 02:44:58 +04:00
2e79e579f7 + CurrencyAPIClient for fresh CNY rate
+ yuan_rate_last_updated, yuan_rate_commission fields in GlobalSettings
2023-11-23 02:16:53 +04:00
520d9ebc0e * Disable Sentry for debug environment 2023-11-09 17:19:18 +04:00
8089947dcb + Centry logging 2023-11-03 22:42:03 +04:00
e982cd3445 + Poizon API 2023-11-02 20:41:40 +04:00
3ed2867a32 * Disabled DEBUG mode 2023-08-19 20:12:28 +04:00
89fdaa2069 * null-check for Checklist.category
* fixed missing deps
* cleanup
2023-08-19 20:01:30 +04:00
85c042aef4 * DISABLE_PERMISSIONS = False 2023-07-12 23:24:55 +04:00
040de041e4 + djoser routes for user API 2023-07-12 23:18:31 +04:00
9190f3058f * CORS_ALLOW_CREDENTIALS 2023-07-12 21:45:40 +04:00
b71df622b5 + DISABLE_CORS option 2023-07-10 21:24:19 +04:00
802930b52f * updated INTERNAL_IPS 2023-07-07 06:09:15 +04:00
ff9472dee1 * oupsie 2023-07-07 02:09:24 +04:00
d466d4f1c5 * DISABLE_PERMISSIONS in settings 2023-07-07 02:07:41 +04:00
14bcd5e636 * fixed CORS settings 2023-07-07 00:18:58 +04:00
d526200ef4 * fixed CORS settings 2023-07-07 00:15:10 +04:00
50724f0675 + CORS 2023-07-07 00:12:36 +04:00
409792e274 * Updated nginx.conf
* Cleanup
2023-07-06 17:11:37 +04:00
b2a88eaa52 + ALLOWED_HOSTS 2023-07-06 17:02:11 +04:00
fcfc33a435 Initial commit 2023-07-03 06:38:55 +04:00