Skip to content

Commit

Permalink
Remove unused daily stats code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 15, 2024
1 parent 026ea1d commit cbf9d19
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 1,947 deletions.
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

3 changes: 1 addition & 2 deletions apps/accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from django.urls import reverse
from django.utils.encoding import force_str
from django.utils.safestring import mark_safe
from django.views.generic import DetailView, ListView, UpdateView
from django.views.generic import DetailView, ListView
from django.views.generic.base import TemplateView
from django_registration import signals, validators
from django_registration.backends.activation.views import (
Expand All @@ -39,7 +39,6 @@
OrgDetailsForm,
PreviewForm,
ServicesForm,
UserUpdateForm,
)
from .models import (
Hostingprovider,
Expand Down
5 changes: 0 additions & 5 deletions apps/greencheck/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,3 @@ def _adjust_kwargs(cls, **kwargs):
class Meta:
model = GreenDomain
django_get_or_create = ("url",)


class DailyStatFactory(dj_factory.DjangoModelFactory):
class Meta:
model = gc_models.DailyStat
103 changes: 0 additions & 103 deletions apps/greencheck/management/commands/backfill_stats.py

This file was deleted.

1 change: 0 additions & 1 deletion apps/greencheck/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .checks import * #  noqa
from .stats import * #  noqa
Loading

0 comments on commit cbf9d19

Please sign in to comment.