This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
py
/
django-tdd-movie-library
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
master
django-tdd-m...
/
accounts
/
apps.py
apps.py
91 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
from django.apps import AppConfig
class AccountsConfig(AppConfig):
name = 'accounts'