This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Files
reValuate/reValuate/home/models.py
2021-02-19 15:23:19 +02:00

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)
#