Skip to content

Commit

Permalink
clean up info
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 9, 2024
1 parent f527c74 commit 2e9a6b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions auctions/management/commands/info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from django.core.management.base import BaseCommand

from auctions.models import PageView


def compare_model_instances(instance1, instance2):
"""
Expand Down Expand Up @@ -29,12 +27,6 @@ def compare_model_instances(instance1, instance2):

class Command(BaseCommand):
help = "Just a scratchpad to do things"

def handle(self, *args, **options):
views = PageView.objects.filter(ip_address__isnull=False, latitude=0)
for view in views:
view.save()

# def handle(self, *args, **options):
# campaigns = AuctionCampaign.objects.all()
# for campaign in campaigns:
Expand Down

0 comments on commit 2e9a6b4

Please sign in to comment.