Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
michaellopez_music
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Lopez
michaellopez_music
b0721ed7adb39b43fb1e2d91ebc7f9740c350bf0
b0721ed7adb39b43fb1e2d91ebc7f9740c350bf0
Switch branch/tag
michaellopez_music
..
apps
__init__.py
Find file
Normal view
History
Permalink
__init__.py
90 Bytes
Edit
Web IDE
Newer
Older
initial commit to add foundations like models and view function
a11840fd
Michael Lopez
committed
2 years ago
1
2
3
4
from
.config
import
AppConfig
from
.registry
import
apps
__all__
=
[
"AppConfig"
,
"apps"
]