This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
penobscotbaypress
/
pbp_com
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
69c8bac3ca
Ranting
Tag
master
pbp_com
/
apps
/
accounts
/
tests
/
pytest_settings.py
pytest_settings.py
119 B
Riwayat
Mentahan
1
2
3
4
5
6
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}