This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
penobscotbaypress
/
pbp_com
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
69c8bac3ca
Ramas
Etiquetas
master
pbp_com
/
apps
/
accounts
/
tests
/
pytest_settings.py
pytest_settings.py
119 B
Histórico
Raw
1
2
3
4
5
6
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}