This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
penobscotbaypress
/
pbp_com
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
551bd95cee
Větve
Značky
master
pbp_com
/
apps
/
accounts
/
tests
/
pytest_settings.py
pytest_settings.py
119 B
Historie
Surový
1
2
3
4
5
6
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}