We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mrigank spent a lot of time on zulip and it's not working yet.
Script in progress, run this to install zulip + static python: afc2e31
After installing, this command should work:
./manage.py rundjangoserver --settings=zproject.settings 127.0.0.1:9992
Currently, it prints two lines and stops.
The text was updated successfully, but these errors were encountered:
One idea: carve out a small part of Zulip.
We should be able to remove Tornado & WebPack (front end?).
We can't remove Django though, so this is blocked on #7 for a working version of Django. (We'll see if Instagram's django works with zulip.)
EDIT: baseline Django is fine with SP. The problem is in one of the many Django extensions that Zulip needs .... unclear which one.
Sorry, something went wrong.
No branches or pull requests
Mrigank spent a lot of time on zulip and it's not working yet.
Script in progress, run this to install zulip + static python:
afc2e31
After installing, this command should work:
Currently, it prints two lines and stops.
The text was updated successfully, but these errors were encountered: