fix broken imports
This commit is contained in:
parent
e4a70fe3e8
commit
09b95ab3d9
BIN
ofu_app/apps/__init__.pyc
Normal file
BIN
ofu_app/apps/__init__.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/events/__init__.pyc
Normal file
BIN
ofu_app/apps/events/__init__.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/events/admin.pyc
Normal file
BIN
ofu_app/apps/events/admin.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/events/migrations/0001_initial.pyc
Normal file
BIN
ofu_app/apps/events/migrations/0001_initial.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/events/migrations/__init__.pyc
Normal file
BIN
ofu_app/apps/events/migrations/__init__.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/events/models.pyc
Normal file
BIN
ofu_app/apps/events/models.pyc
Normal file
Binary file not shown.
@ -2,7 +2,7 @@ import datetime
|
|||||||
|
|
||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
|
||||||
from apps.events import Event
|
from apps.events.models import Event
|
||||||
|
|
||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
|
|||||||
BIN
ofu_app/apps/food/__init__.pyc
Normal file
BIN
ofu_app/apps/food/__init__.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/admin.pyc
Normal file
BIN
ofu_app/apps/food/admin.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/migrations/0001_initial.pyc
Normal file
BIN
ofu_app/apps/food/migrations/0001_initial.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/migrations/0002_auto_20170929_1611.pyc
Normal file
BIN
ofu_app/apps/food/migrations/0002_auto_20170929_1611.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/migrations/0003_auto_20170929_1614.pyc
Normal file
BIN
ofu_app/apps/food/migrations/0003_auto_20170929_1614.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/migrations/0004_auto_20170929_1907.pyc
Normal file
BIN
ofu_app/apps/food/migrations/0004_auto_20170929_1907.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/migrations/0005_auto_20170929_1909.pyc
Normal file
BIN
ofu_app/apps/food/migrations/0005_auto_20170929_1909.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/migrations/__init__.pyc
Normal file
BIN
ofu_app/apps/food/migrations/__init__.pyc
Normal file
Binary file not shown.
BIN
ofu_app/apps/food/models.pyc
Normal file
BIN
ofu_app/apps/food/models.pyc
Normal file
Binary file not shown.
@ -5,7 +5,7 @@ import datetime
|
|||||||
|
|
||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
|
||||||
from apps.food import Menu, HappyHour
|
from apps.food.models import Menu, HappyHour
|
||||||
|
|
||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user