Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pethye724
/
pippotest
like
0
Paused
App
Files
Files
Community
main
pippotest
/
settings.py
Walter Mantovani
nuova app caricata per test
d20dd7e
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
os
BASE_DIR_PATH = os.path.abspath(os.path.dirname(__file__))
DATABASE_PATH = os.path.join(BASE_DIR_PATH,
'db.sqlite3'
)