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

View File

@ -1,3 +1,6 @@
from django.db import models
# Create your models here.
# class Navbar(models.Model):
# title=models.CharField(max_length=50)
# url=models.CharField(max_length=50)
#