Skip to content

Tushar-Sharma31/rest_email_signup

 
 

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"}' https://localhost:8000/auth/registration/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%