Move finished project

This commit is contained in:
2022-01-02 17:19:07 +01:00
parent d8aba1b140
commit ba7bf21d9a
26 changed files with 0 additions and 189 deletions

View File

@@ -1,9 +0,0 @@
from django.db import models
# Create your models here.
class Project(models.Model):
title = models.CharField(max_length=100)
description = models.TextField()
technology = models.CharField(max_length=20)
image = models.CharField(max_length=100)