Skip to content

Add Django backend support to StackBox. issue(#62) #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Dhruv-Bajaj-code
Copy link

Overview

This PR adds Django backend support to StackBox per the issue requirements.

Issue: #62

Changes

  • Added django/ with mydjangoapp, Dockerfile, and requirements.txt (Django 5.1.3).
  • Updated stackbox.sh to include Django as a backend option.
  • Added django to CLIENTS in stack.py.
  • Added django service in master.yaml (localhost port 127.0.0.1:8000:8000, volume mount).

Testing

  • Ran stackbox.sh (Vue + Django + MySQL) in a Dockerized Ubuntu 22.04 environment.
  • Verified Django at http://localhost:8000 and code syncing via volume mount.

Closes #62

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.

[Django] Add Django Barebones
1 participant