Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
holoviz
Edit Copy
Star
GitHub Repository:
holoviz/panel
Path:
blob/main/examples/apps/django/sliders/apps.py
2
0
1
4
views
1
from
django
.
apps
import
AppConfig
2
3
4
class
SlidersConfig
(
AppConfig
)
:
5
name
=
'sliders'
6
7