e
This commit is contained in:
4
website/upload/models.py
Normal file
4
website/upload/models.py
Normal file
@ -0,0 +1,4 @@
|
||||
from django.db import models
|
||||
|
||||
class Image(models.Model):
|
||||
image = models.ImageField(upload_to='static/%Y/%m/%d/', blank=True)
|
Reference in New Issue
Block a user