Added navbar, login, signup, and forgot password

This commit is contained in:
Yamozha
2021-02-09 01:06:19 +02:00
parent 3a3da23827
commit 6044270579
23 changed files with 256 additions and 36 deletions

3
website/users/models.py Normal file
View File

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.