mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-14 21:36:35 +03:00
6 lines
87 B
Python
6 lines
87 B
Python
|
"""
|
||
|
This file contains sample models to use in tests
|
||
|
"""
|
||
|
from django.db import models
|
||
|
|