Skip to content

Commit

Permalink
Test CI/CD Railway V.1.26
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   oc_lettings_site/settings.py
  • Loading branch information
Bubhux committed Jan 19, 2025
1 parent f1118bd commit 3745e08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oc_lettings_site/settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
print(f"Running on port: {os.environ.get('PORT')}")
import os
import sentry_sdk
import dj_database_url

Expand Down Expand Up @@ -137,3 +135,4 @@
MEDIA_URL = '/media/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
print(f"Running on port: {os.environ.get('PORT')}")

0 comments on commit 3745e08

Please sign in to comment.