kopia lustrzana https://github.com/djpeacher/django-projects
fix(recipes): corrected model import
rodzic
986d015e99
commit
70d268d742
|
@ -1,7 +1,7 @@
|
|||
from django.contrib import admin
|
||||
from django.db.models import Sum
|
||||
from django.http import HttpResponse
|
||||
from .views import Aisle, Unit, Recipe, Ingredient
|
||||
from .models import Aisle, Unit, Recipe, Ingredient
|
||||
|
||||
|
||||
@admin.register(Unit)
|
||||
|
|
Ładowanie…
Reference in New Issue