This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Cambio ruta a la base de datos
main
Celestino Rey
11 months ago
parent
020567c5d1
commit
fb34aaf1d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mysite/settings.py
+ 1
- 1
mysite/settings.py
View File
@ -79,7 +79,7 @@ WSGI_APPLICATION = 'mysite.wsgi.application'
DATABASES
=
{
'
default
'
:
{
'
ENGINE
'
:
'
django.db.backends.sqlite3
'
,
'
NAME
'
:
BASE_DIR
/
'
db.sqlite3
'
,
'
NAME
'
:
BASE_DIR
/
'
d
atos/d
b.sqlite3
'
,
}
}
Write
Preview
Loading…
Cancel
Save