We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a9055 commit dd8436aCopy full SHA for dd8436a
1 file changed
gettingstarted/settings.py
@@ -76,8 +76,6 @@
76
# Database
77
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
78
79
-import dj_database_url
80
-
81
DATABASES = {
82
"default": {
83
"ENGINE" : "django.db.backends.sqlite3",
@@ -115,6 +113,7 @@
115
113
# Static files (CSS, JavaScript, Images)
116
114
# https://docs.djangoproject.com/en/2.0/howto/static-files/
117
+STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
118
STATIC_URL = "/static/"
119
120
django_heroku.settings(locals())
0 commit comments