Skip to content

Commit

Permalink
Was that useless ?
Browse files Browse the repository at this point in the history
  • Loading branch information
paris-ci committed Sep 22, 2024
1 parent ed96edd commit 9672bc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/shop/views.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@

from django.core.cache import cache
from django.core.files.storage import get_storage_class
from django.db import connection
from django.http import HttpResponseNotAllowed, JsonResponse, HttpResponseRedirect
from django.shortcuts import render, get_object_or_404

from . import models
import random

storage = get_storage_class()()


# Create your views here.

Expand Down

0 comments on commit 9672bc7

Please sign in to comment.