Compare commits
4 Commits
147c84550c
...
4d964291b2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d964291b2 | |||
| ee5305ba6c | |||
|
|
02858a76c0 | ||
|
|
1bcec919cf |
@ -79,7 +79,6 @@ class ProjectItem(models.Model):
|
||||
order = models.SmallIntegerField(default=0)
|
||||
section = models.CharField(max_length=100, blank=True)
|
||||
|
||||
|
||||
class Meta:
|
||||
ordering = ['order', 'work']
|
||||
|
||||
@ -407,3 +406,4 @@ class Section(models.Model):
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
@ -12,14 +12,18 @@ dependencies = [
|
||||
"django-crispy-forms",
|
||||
"django-markdown2",
|
||||
"django-rest-framework",
|
||||
"crispy-bulma (>=0.12.0,<0.13.0)"
|
||||
"crispy-bulma (>=0.12.0,<0.13.0)",
|
||||
"django-byostorage @ git+https://gitea.tfconsulting.com.au/tris/django-byostorage.git@9903bb00888f20dfd2d39754e5ee22eeb5f36298",
|
||||
"requests (>=2.32.5,<3.0.0)",
|
||||
"django-storages (>=1.14.6,<2.0.0)",
|
||||
"boto3 (>=1.40.20,<2.0.0)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "*", from="app"}]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
django-debug-toolbar = "3.8.1"
|
||||
django-debug-toolbar = "5.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user