Skip to content

Conversation

@simi
Copy link
Contributor

@simi simi commented Nov 2, 2025

  • removes uwsgi need for development
  • removes need for custom dev scripts
  • makes it more standard Django app

I have no idea how app is deployed, happy to help changing deployment scripts to collect static files and expose over reverse proxy (or include static files serving to app in production non-debug mode).

- removes uwsgi need for development
- removes need for custom dev scripts
- makes it more standard Django app
@JelteF
Copy link
Collaborator

JelteF commented Nov 2, 2025

Let's keep this as is. The reason is indeed to not require an extra collectstatic command that's needed in the deployment. I don't control the deployment.

@simi
Copy link
Contributor Author

simi commented Nov 2, 2025

This can be configured to work also without the special deployment step. The main motivation was to keep it as simple as possible and close to new Django project. For me it wasn't easy to follow how to run it locally, since the usual command was not working. Any idea who control the deployment? Happy to help there.

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.

2 participants