-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Maildump setup docs appear to be broken #297
Comments
Unfortunately, Maildump only works with Python 2.7: ThiefMaster/maildump#7. As useful as it is, without Python 3.4+ support we'll have to remove Maildump as an option. |
I'm working on 3.4+ support for maildump; but its in the early stages. |
@burhan another problem. Two maildump dependencies not is full python3 compatible gevent-websocket |
I'm working on a patch that uses circuits so hopefully it should take care of everything. |
I'm running into same problem, i.e. maildump not working with python 3.4.3 ; Can you 'sign in' without maildump? Where do I find the signup emails then? |
I've replaced Maildump with MailHog so that I have a Python 3 compatible solution to this, see #409 |
I will close this because #409 was merged |
I tried following the cookiecutter-django maildump instructions exactly as per the project-level README, but when I go to http://127.0.0.1:1080/, there is nothing.
Is there anything missing from the docs?
Here is the output of running
grunt start-email-server
as per the cookiecutter-django docs:I've also verified that I have the necessary packages installed, both on the Python and the npm side.
Let me know if there's anything I can try locally. I'm happy to make the corrections if I figure out the problem.
The text was updated successfully, but these errors were encountered: