|
e79a1777c1
|
Update README.md
|
2024-11-13 18:18:05 +08:00 |
|
|
f7b949a45e
|
Move to using inline todos, update .dockerignore, and remove duplicate timezone records in seed data
|
2024-11-13 17:43:36 +08:00 |
|
|
b024a74364
|
Update .gitignore
|
2024-11-13 02:35:15 +08:00 |
|
|
b72d56922a
|
test commit
|
2024-11-12 17:39:49 +08:00 |
|
|
748d2b2c79
|
test commit
|
2024-11-12 17:26:48 +08:00 |
|
|
c567582124
|
Filter SearchResults by title only for uniqueness
|
2024-10-31 00:44:25 +08:00 |
|
|
1c20a68cb0
|
Add pyproject.toml for linting
|
2024-10-31 00:34:50 +08:00 |
|
|
1c1a5ae1c4
|
Bump dependencies to Python 3.13
|
2024-10-31 00:34:43 +08:00 |
|
|
aa52da056c
|
Lint using autoflake and isort
|
2024-10-31 00:33:13 +08:00 |
|
|
d126fdbd32
|
Move back to Gunicorn
|
2024-10-31 00:21:47 +08:00 |
|
|
0184530802
|
Move back to DRF ImageField
|
2024-10-31 00:17:22 +08:00 |
|
|
069aba80b1
|
Clean up docker-compose and run Black formatter over entire codebase
|
2024-10-30 22:09:58 +08:00 |
|
|
6c232b3e89
|
Set sample search task to use Firefox webdriver
|
2024-10-17 20:47:53 +08:00 |
|
|
2d6f34012b
|
Set build step to run on x86
|
2024-10-17 19:36:32 +08:00 |
|
|
41c2189eb9
|
Set platform in build.yml
|
2024-10-17 19:29:31 +08:00 |
|
|
bf5ee67f5f
|
Revert to single build platform
|
2024-10-17 19:20:01 +08:00 |
|
|
dd12c84d46
|
Add separate build platforms
|
2024-10-17 19:13:16 +08:00 |
|
|
2d0503717a
|
Clean up Dockerfile
|
2024-10-17 19:12:17 +08:00 |
|
|
55a1528f6b
|
Update deployment build step
|
2024-10-17 19:10:11 +08:00 |
|
|
bb8a2137f6
|
Update build step
|
2024-10-17 18:48:50 +08:00 |
|
|
ffb7b7c27d
|
Update deployment build step
|
2024-10-17 18:39:15 +08:00 |
|
|
328e5153fb
|
Update deployment build step
|
2024-10-17 18:02:52 +08:00 |
|
|
1b5e79e420
|
Update deployment
|
2024-10-17 17:55:26 +08:00 |
|
|
aa9d67fdba
|
Update deployment
|
2024-10-17 17:48:32 +08:00 |
|
|
2770ac035d
|
Fix container dependencies on demo docker-compose.yml
|
2024-09-30 21:59:13 +08:00 |
|
|
0614f5b963
|
Update README.md
|
2024-09-26 10:25:36 +08:00 |
|
|
aef42385d6
|
Update README.md
|
2024-09-25 19:47:09 +08:00 |
|
|
080bebbb5d
|
Move all URLs behind /api/v1/
|
2024-09-25 19:27:02 +08:00 |
|
|
6990165674
|
Remove test file from earlier demo
|
2024-09-25 00:21:00 +08:00 |
|
|
1624beeae4
|
Update README.md
|
2024-09-24 22:25:49 +08:00 |
|
|
f7314918bc
|
Add a useless file
|
2024-09-24 20:31:26 +08:00 |
|
|
32ea4694f8
|
Merge branch 'master' of https://github.com/lemeow125/DRF_Template
|
2024-09-24 16:10:00 +08:00 |
|
|
e42bea985d
|
Add timestamp filtering for search results in django admin
|
2024-09-24 16:09:47 +08:00 |
|
|
9e2e32fba8
|
Update webdriver utility functions and add a sample celery task for scraping Google search
|
2024-09-24 16:08:28 +08:00 |
|
Keannu Bernasol
|
ceb336681e
|
Update README.md
|
2024-09-23 17:31:15 +08:00 |
|
Keannu Bernasol
|
788912a876
|
Update README.md
|
2024-09-17 10:46:40 +08:00 |
|
|
0e902b1f04
|
Revert to Granian and remove bind mount for static files as that seems to just result in crashes
|
2024-09-15 01:05:54 +08:00 |
|
|
8de2c6936b
|
Switch to Gunicorn
|
2024-09-15 00:49:30 +08:00 |
|
|
97bcf6295b
|
Fix incorrect docker image tag
|
2024-09-15 00:32:01 +08:00 |
|
|
0ec3cc2697
|
Fix static bind mount typo
|
2024-09-15 00:27:40 +08:00 |
|
|
cf99755302
|
Switch image repository to docker.io and fix bind mount for static files
|
2024-09-15 00:21:02 +08:00 |
|
|
5b2496bec1
|
Update image tag
|
2024-09-11 22:19:53 +08:00 |
|
|
70c6b1a0ae
|
Revert to non slim base Docker image
|
2024-09-07 14:57:41 +08:00 |
|
|
ae40a05cd2
|
Update Python image
|
2024-09-07 13:54:06 +08:00 |
|
|
8f59eb9c14
|
Prune older images after successful deployment
|
2024-09-07 13:51:26 +08:00 |
|
|
7b2e422f35
|
Modify Dockerfile
|
2024-09-07 13:39:22 +08:00 |
|
|
4b02cb53aa
|
Attempt install of chrome from apt
|
2024-09-07 13:35:06 +08:00 |
|
|
7690e22c64
|
Fix error in INSTALLED_APPS
|
2024-09-07 00:08:28 +08:00 |
|
|
5dcb369ae7
|
Clean up .gitignore and some references to template used for the project
|
2024-09-06 23:42:03 +08:00 |
|
|
d491590417
|
Properly disable silk when not in DEBUG and enable whitenoise only on prod
|
2024-09-06 23:39:41 +08:00 |
|