Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Email Signup Example

Django signup with activation email via restful API

Update SMTP

Please update SMTP settings (EMAIL_*) in rest_email_signup/setting.py, you can find details in Django's document.

How to run

You might want to use virtualenv to keep the simplicity of the environment.

pip install -r requirements
python manage.py migrate
python manage.py runserver

How to test

curl -H "Content-Type: application/json" -X POST -d '{"username":"yourusername","email":"youremail","password1":"secretpassword","password2":"secretpassword"}' http://localhost:8000/auth/registration/

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages