Skip to content

Commit

Permalink
Quick fix to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed May 30, 2021
1 parent 3d22b01 commit 4dab2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
TAGGIT_CASE_INSENSITIVE = True

# Django Authentication
LOGIN_URL = 'users:login'
LOGIN_URL = 'user:login'
LOGIN_REDIRECT_URL = 'photo:list'

# Static files (CSS, JavaScript, Images)
Expand All @@ -144,4 +144,4 @@
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

MEDIA_URL = '/media/'
MEDIA_ROOT = BASE_DIR / 'media'
MEDIA_ROOT = BASE_DIR / 'media'

0 comments on commit 4dab2e8

Please sign in to comment.