Skip to content
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

Using Web Modeling Editor and generated Django app simultaneously on localhost #218

Closed
ademait opened this issue Feb 6, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@ademait
Copy link

ademait commented Feb 6, 2025

Describe the bug

When using Docker for the Web Modeling Editor, it makes use of ports 8080 and 8000. If we generate a Django app, to run the app we need the port 8000.

To Reproduce

  1. Deploy the Web Modeling Editor with Docker.
  2. Generate a Django Project.
  3. Run the Django app without containerization.

Expected behavior

The Web Modeling Editor could use another port for the backend (e.g., 8001?). This way we could test the generated project while still be able to correct the model with the Web Modeling Editor.

Screenshots

Additional context

@ademait ademait added the bug Something isn't working label Feb 6, 2025
@ademait
Copy link
Author

ademait commented Feb 6, 2025

It is already reported in issue #217 . Closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant