Skip to content

Commit 9fedb5b

Browse files
authored
Update models.py
add hosting methods: screen and systemd
1 parent 68d8d88 commit 9fedb5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,5 @@ class HostingMethod(IntEnum):
277277
HEROKU = 0
278278
PM2 = 1
279279
OTHER = 2
280+
SYSTEMD = 3
281+
SCREEN = 4

0 commit comments

Comments
 (0)