stash
This commit is contained in:
parent
41d34d9ff9
commit
3f24fd4bda
2 changed files with 3 additions and 3 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "web/extras"]
|
||||||
|
path = web/extras
|
||||||
|
url = https://git.neulandlabor.de/j3d1/vue-extras.git
|
|
@ -39,6 +39,3 @@ class EventAddress(models.Model):
|
||||||
class EmailAttachment(AbstractFile):
|
class EmailAttachment(AbstractFile):
|
||||||
email = models.ForeignKey(Email, models.CASCADE, related_name='attachments', null=True)
|
email = models.ForeignKey(Email, models.CASCADE, related_name='attachments', null=True)
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue