This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
penobscotbaypress
/
pbp_com
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
551bd95cee
Branches
Tags
master
pbp_com
/
apps
/
accounts
/
tests
/
pytest_settings.py
pytest_settings.py
119 B
Verlauf
Originalformat
1
2
3
4
5
6
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}