Initial commit

This commit is contained in:
2021-12-04 14:34:14 +03:00
commit 6b0bda841d
38 changed files with 46057 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class SmsVotingConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'sms_voting'