Skip to content

Fix invalid Python syntax in app entrypoint - #13

Open
venkatranabothu wants to merge 2 commits into
mainfrom
fix-invalid-python-syntax
Open

venkatranabothu wants to merge 2 commits into
mainfrom
fix-invalid-python-syntax

Conversation

@venkatranabothu

Copy link
Copy Markdown
Owner

Summary

  • remove the stray 12 prefix from the Django settings initialization

Validation

  • python3 -m py_compile app.py
  • python3 -m compileall -q app.py sampleproject
  • python -m django --version (4.2.7)
  • DJANGO_SETTINGS_MODULE=sampleproject.settings python sampleproject/manage.py check
  • WSGI application import smoke test

The original failure was SyntaxError: invalid decimal literal on app.py:15.

@netlify

netlify Bot commented Sep 17, 2026

Copy link
Copy Markdown

Deploy Preview for sample-python ready!

Name Link
🔨 Latest commit 9cd554d
🔍 Latest deploy log https://app.netlify.com/projects/sample-python/deploys/6aab968a71470e00082f02fc
😎 Deploy Preview https://deploy-preview-13--sample-python.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant