Create new django project.

This commit is contained in:
Tom Hacohen
2020-02-19 14:55:56 +02:00
parent 228522d019
commit 703a5ae36a
7 changed files with 17 additions and 0 deletions

3
django_etesync/models.py Normal file
View File

@@ -0,0 +1,3 @@
from django.db import models
# Create your models here.