Files
rengine/startScan/models.py
T
2020-05-13 20:01:24 +05:30

5 lines
111 B
Python

from django.db import models
class SubdomainModel(models.Model):
hello = models.CharField(max_length=500)