Compare commits

..

16 commits

Author SHA1 Message Date
37a5953134 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-09-14 16:49:00 +03:30
896d66e801 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-09-14 11:57:22 +03:30
af3b043a46 Merge remote-tracking branch 'origin/main' into shafafiyat/production 2025-09-13 21:33:32 +03:30
20c5f13ea0 remove db for upcoming db 2025-09-13 21:30:20 +03:30
976be64028 Merge remote-tracking branch 'origin/shafafiyat/production' into shafafiyat/production 2025-09-13 13:40:21 +03:30
20f00b786e Merge remote-tracking branch 'origin/main' into shafafiyat/production 2025-09-13 13:38:21 +03:30
8083b6d32e delete db for upcoming db 2025-09-13 13:34:34 +03:30
ce8584f86b Bring back db.sqlite3 from main 2025-09-08 20:24:32 +03:30
80fcdca876 Merge remote-tracking branch 'origin/shafafiyat/production' into shafafiyat/production 2025-09-08 20:17:59 +03:30
9124e5d52c delete db because the main has a good one 2025-09-08 20:14:32 +03:30
6cecb7fa80 add db and requirements.txt file 2025-09-08 20:14:02 +03:30
3acbeb7770 add liara config for deployment 2025-09-08 20:12:20 +03:30
bf4047714c Merge remote-tracking branch 'origin/main' into shafafiyat/production 2025-09-07 13:24:10 +03:30
0201779fb5 delete db because the main has a good one 2025-09-07 13:18:47 +03:30
aa09d1e190 add db and requirements.txt file 2025-08-30 10:33:51 +03:30
2941c7a7fc add liara config for deployment 2025-08-27 12:57:45 +03:30
2 changed files with 17 additions and 0 deletions

9
liara.json Normal file
View file

@ -0,0 +1,9 @@
{
"app": "shafafiyat",
"port": 80,
"team-id": "68822f40f04e5bc3027fc2b7",
"build": {
"location": "iran"
},
"disks": []
}

8
requirements.txt Normal file
View file

@ -0,0 +1,8 @@
asgiref==3.9.1
Django==5.2.5
django-jazzmin==3.0.1
django-simple-history==3.10.1
pillow==11.3.0
sqlparse==0.5.3
typing_extensions==4.15.0
utm==0.8.1