Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnur committed Aug 26, 2023
1 parent 5cb2c5a commit 2c00fc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions envanter/views.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from .models import Category, Component, Subcategory
from .forms import ComponentForm
from .forms import ComponentForm,
from django.shortcuts import render, redirect
from django.shortcuts import render, get_object_or_404
from .models import Component



def component_detail(request, component_id):
Expand Down

0 comments on commit 2c00fc3

Please sign in to comment.