7 lines
153 B
Python
7 lines
153 B
Python
from django.db import models
|
|
|
|
# class Navbar(models.Model):
|
|
# title=models.CharField(max_length=50)
|
|
# url=models.CharField(max_length=50)
|
|
#
|