Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongju93/my-dogs
[Django] 자신의 반려견을 등록, 기록하고 차트 비교와 사진을 공유할 수 있는 웹사이트.
https://github.com/dongju93/my-dogs
comments-system css highcharts html instagram like-system mysql order-management python record-site shopping-site social-login sqlite3 vanilla-javascript
Last synced: about 1 month ago
JSON representation
[Django] 자신의 반려견을 등록, 기록하고 차트 비교와 사진을 공유할 수 있는 웹사이트.
- Host: GitHub
- URL: https://github.com/dongju93/my-dogs
- Owner: dongju93
- License: mit
- Created: 2020-02-29T17:46:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T10:26:23.000Z (over 1 year ago)
- Last Synced: 2024-11-10T11:38:22.365Z (3 months ago)
- Topics: comments-system, css, highcharts, html, instagram, like-system, mysql, order-management, python, record-site, shopping-site, social-login, sqlite3, vanilla-javascript
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### 2023 Update soon...
## Journey to migration Django 3.0.4 web app to 4.2.5
> Reconfigure virtual environment
- apply `Python 3.11.5`
- `source myven/bin/activate`> Change RDBMS
- `MySQL`(AWS RDS) 8.0.xx to `MariaDB`(Docker) 11.1.2
- apply `DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'` globally
- `makemigrations`, `migrate` success> Change AWS S3 file upload method
- Both web static files and user-uploaded files are stored in an `AWS S3` bucket
- Now, `AWS Lambda Edge` is employed for credential and presigned URL generation
while `AWS CloudFront` is utilized with S3 for file uploads and downloads