Skip to content

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