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_multi_apps/landing/apps.py
2
0
1
4
views
1
from
django
.
apps
import
AppConfig
2
3
4
class
LandingConfig
(
AppConfig
)
:
5
name
=
'landing'
6
7