Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Switch back to ophasehq subdirectory in production
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion authored Oct 20, 2020
1 parent b009b0b commit c8a29cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyophase/settings_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
}
}

STATIC_URL = '/ophase/static/'
LOGIN_URL = '/ophase/accounts/login/'
MEDIA_URL = '/ophase/media/'
STATIC_URL = '/ophasehq/static/'
LOGIN_URL = '/ophasehq/accounts/login/'
MEDIA_URL = '/ophasehq/media/'

SESSION_COOKIE_SECURE = True

Expand Down

0 comments on commit c8a29cf

Please sign in to comment.