mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-26 11:44:52 +02:00
5 lines
111 B
Python
5 lines
111 B
Python
from django.db import models
|
|
|
|
class SubdomainModel(models.Model):
|
|
hello = models.CharField(max_length=500)
|