-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add crawler to track portal view count for portal articles #370
Conversation
|
||
created_at = models.DateTimeField( | ||
default=timezone.now, | ||
db_index=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index 불필요함
lgtm... |
- Hourly update viewcount of portal articles in a week - Save latest viewcount in Article model for fast retrieval
9eb9fc1
to
63628a8
Compare
# Generated by Django 4.2.7 on 2024-01-09 14:31 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("core", "0046_alter_portal_crawl_related_field"), | ||
("core", "0057_alter_article_name_type_and_more"), | ||
] | ||
|
||
operations = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
얜 뭐하는 애죠
merge 되면 new-ara-dx 레포에 업데이트 후 dx 다시 pull 받고 |
Co-authored-by: Giyeong Kim <[email protected]>
관련 티켓
Refactor/Feature