Compare commits

...
Sign in to create a new pull request.

26 commits

Author SHA1 Message Date
3dae698f76 Merge remote-tracking branch 'origin/main' into shafafiyat/production 2025-10-10 11:44:14 +03:30
f7a8be0ea0 Merge branch 'shafafiyat/production' of ssh://git.poraab.com/aminhashemi92/shafafiyat into shafafiyat/production 2025-10-09 20:36:14 +03:30
e05fb4c95f Merge remote-tracking branch 'origin/main' into shafafiyat/production 2025-10-09 20:33:12 +03:30
9815aa4c73 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-10-07 14:30:50 +03:30
2a59c1acb5 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-10-07 10:21:43 +03:30
92ad9ee301 add migration files 2025-10-07 10:20:57 +03:30
916c66a281 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-10-04 14:23:27 +03:30
241f56f550 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-10-04 13:13:38 +03:30
42971c5e58 add openpyxl to requirements 2025-09-30 13:21:52 +03:30
494b7743e9 Merge remote-tracking branch 'origin' into shafafiyat/production 2025-09-30 13:19:05 +03:30
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 19 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": []
}

10
requirements.txt Normal file
View file

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