This website works better with JavaScript
Home
Explore
Sign In
petrshirin
/
db-prj
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e3a546b277
Branches
Tags
master
db-prj
/
db_admin
/
apps.py
apps.py
90 B
History
Raw
1
2
3
4
5
from django.apps import AppConfig
class DbAdminConfig(AppConfig):
name = 'db_admin'