This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
penobscotbaypress
/
pbp_com
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
65ba9134db
Rami (Branch)
Tag
master
pbp_com
/
apps
/
accounts
/
tests
/
pytest_settings.py
pytest_settings.py
119 B
Cronologia
Originale
1
2
3
4
5
6
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}