Added navbar, login, signup, and forgot password
This commit is contained in:
@ -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)
|
||||
#
|
||||
|
Reference in New Issue
Block a user