Skip to content
Snippets Groups Projects
Commit a453e164 authored by Ole-Christian Bjerkeset's avatar Ole-Christian Bjerkeset
Browse files

hotfix: changed image storage path

parent 2e991224
No related branches found
No related tags found
1 merge request!3merging feat32-groupContent into master
Pipeline #160965 passed with stage
in 22 seconds
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -12,4 +12,4 @@ class Content(models.Model):
)
title = models.TextField(max_length=100)
description = models.TextField()
image = models.ImageField(upload_to='images', blank=True)
\ No newline at end of file
image = models.ImageField(upload_to='media', blank=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment