Skip to content

marvinjoel/email-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-rest framework

========================================================

Installation.

Install the dependencies.

$pip install django
$pip install djangorestframework
$pip install djangorestframework-simplejwt
$pip install -U drf-yasg

or (in the project)

$pip install -r requirements.txt

Development

Open your favorite Terminal and run these commands in the project.

First Command:

$python manage.py makemigrations

Second Command: make the migrations to the database

$python manage.py migrate

third Command:

$python manage.py createsuperuser

Last Command:

$python manage.py runserver

Administrative

Django administrative panel:

http://localhost:8000/admin/

========================================================

Application starup:

complit

Register of user:

register11 register1

Verifity of email:

email

Validation Token

verifity

User activated

django

About

Verification from email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages