|
@ -4,8 +4,8 @@ from __future__ import unicode_literals |
|
|
|
|
|
|
|
|
from autocomplete_light import shortcuts as autocomplete_light |
|
|
from autocomplete_light import shortcuts as autocomplete_light |
|
|
|
|
|
|
|
|
from models import Obrazek, Galerie |
|
|
from .models import Obrazek, Galerie |
|
|
from views import cesta_od_korene |
|
|
from .views import cesta_od_korene |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ObrazekAutocomplete(autocomplete_light.AutocompleteModelBase): |
|
|
class ObrazekAutocomplete(autocomplete_light.AutocompleteModelBase): |
|
|