Skip to content

Commit

Permalink
thirdcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuedappatt committed Jun 25, 2022
1 parent 30ba9e0 commit 683471d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
3 changes: 0 additions & 3 deletions adminz/forms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

from dataclasses import field, fields
from pyexpat import model
from django import forms
from category.models import Category,SubCategory
from products.models import Product, DiscountCoupon,Section,Variation,Brand
Expand Down
1 change: 0 additions & 1 deletion adminz/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

from django.db import models

from user.models import Account


# Create your models here.
Expand Down
2 changes: 0 additions & 2 deletions category/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from ast import mod
from distutils.command import upload
from django.db import models
from django.urls import reverse

Expand Down
3 changes: 0 additions & 3 deletions orders/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from hashlib import blake2s
from math import degrees
from statistics import mode
from django.db import models
from user.models import Account
from products.models import Product,Variation
Expand Down
1 change: 0 additions & 1 deletion products/context_processors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from category.models import Category,SubCategory
from .models import Cart,CartItem
from .views import _cart_id
from django.core.exceptions import ObjectDoesNotExist


def menu_links(request):
Expand Down
2 changes: 0 additions & 2 deletions sportsbasket/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"""

from pathlib import Path
from pickle import TRUE
from telnetlib import AUTHENTICATION
import os

# Build paths inside the project like this: BASE_DIR / 'subdir'.
Expand Down
8 changes: 0 additions & 8 deletions user/models.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
from asyncio.windows_events import NULL
from datetime import datetime
import email
from email.mime import image
from operator import mod
from pyexpat import model
from re import T
from tkinter import CASCADE
from django.db import models
from django.contrib.auth.models import AbstractBaseUser,BaseUserManager
# Create your models here.
Expand Down

0 comments on commit 683471d

Please sign in to comment.