Skip to content

Commit

Permalink
enable multi-app configs with DjangoViteAppClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Niicck committed Oct 16, 2023
1 parent b79a972 commit 1ecbed8
Show file tree
Hide file tree
Showing 8 changed files with 469 additions and 2,324 deletions.
4 changes: 4 additions & 0 deletions django_vite/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .loader import DjangoViteConfig


__all__ = ["DjangoViteConfig"]
6 changes: 6 additions & 0 deletions django_vite/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ class DjangoViteAssetNotFoundError(RuntimeError):
"""Vite Asset could not be found."""

pass


class DjangoViteConfigNotFoundError(RuntimeError):
"""DjangoViteConfig not found in DJANGO_VITE settings."""

pass
Loading

0 comments on commit 1ecbed8

Please sign in to comment.