You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything works great. I can subscribe using the Request Invitation form and I can delete or modify them using the Admin interface. So did the following
Copied the entire django_rocket folder from site-packages inside the virtualenv. This folder has models.py, views.py, urls.py, and forms.py. And of course includes the templates inside the templates/django_rocket/.
And I tried again but it doesn't work. I also tried running again migrations and migrate (no changes were detected or made) but couldn't make it work.
So I don't know how to send myself emails from the Request Invitation form.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
roperi
changed the title
Form
Is request invitation form working?
Sep 13, 2016
Hello, Mario!
I am struggling to make your great landing page to work. Specifically I have no idea how to send an email using the 'request invitation' form.
This is the process I used to install your repo into my local machine.
pip install django==1.7.11
django-admin.py startproject mylandingpage .
EMAIL_HOST='localhost' EMAIL_PORT=1025
python -m smtpd -n -c DebuggingServer localhost:1025)
python manage.py migrate
pip install django-rocket
url(r'^', include('django_rocket.urls', namespace='django_rocket')),
python manage.py syncdb
https://127.0.0.1:8000
Everything works great. I can subscribe using the Request Invitation form and I can delete or modify them using the Admin interface. So did the following
And I tried again but it doesn't work. I also tried running again migrations and migrate (no changes were detected or made) but couldn't make it work.
So I don't know how to send myself emails from the Request Invitation form.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: