-
Notifications
You must be signed in to change notification settings - Fork 154
use gunicorn server instead of django test server (as recommended by taiga) #35 #42 #43
base: master
Are you sure you want to change the base?
Conversation
@benhutchins could you please take a look? 🙏 |
I really like this idea, just need to test this. Thank you for the contribution @anddann. I'll set some time aside to test this and, assuming it works, I'll merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebuild a docker image and launch it. Works like a charm.
Additionally locale-gen is a better approach to setup locales.
I guess all files in |
Is there a reason to change 8000 port for 8001 ? |
No, there is no particular reason. I just did it because it is the default in the django documentation. |
The 8000 port is the default for the test server, we can continue to keep this one. I'm still preparing an upgrade for Taiga in version 3.3.2 which will take care of database migration. I will inform you if this still works with port 8000 configured but I don't use taiga-event at this time. |
To make things easier, I propose to migrate back to port 8000 instead of 8001. |
This pull request fixes #35, fixes #42 and contains the following changes:
By the way: gunicorn feels much faster...