This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
penobscotbaypress
/
pbp_com
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
69c8bac3ca
Haarat
Tagit
master
pbp_com
/
apps
/
accounts
/
tests
/
pytest_settings.py
pytest_settings.py
119 B
Historia
Raaka
1
2
3
4
5
6
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}