Skip to content

Commit

Permalink
Remove ENVIRONMENT var
Browse files Browse the repository at this point in the history
See: ccnmtl/ctlsettings#38

I think this belongs in ctlsettings rather than this package.
  • Loading branch information
nikolas authored Oct 10, 2024
1 parent 88c00de commit 9c37af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stagingcontext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
def staging_processor(request):
return {
'STAGING_ENV': getattr(settings, 'STAGING_ENV', False),
'ENVIRONMENT': getattr(settings, 'ENVIRONMENT', 'development'),

# since our deploy process wipes and recreates the virtualenv
# each time, we can rely on the modification time for this file
# roughly reflecting the deployment time
Expand Down

0 comments on commit 9c37af3

Please sign in to comment.