Skip to content

Commit

Permalink
Merge pull request #31 from Bubhux/development
Browse files Browse the repository at this point in the history
Test CI/CD Railway V.1.26
  • Loading branch information
Bubhux authored Jan 19, 2025
2 parents eb06522 + 3745e08 commit ce11b82
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 ce11b82

Please sign in to comment.