complete first version of main proccess
This commit is contained in:
parent
6ff4740d04
commit
f2fc2362a7
61 changed files with 3280 additions and 28 deletions
10
certificates/apps.py
Normal file
10
certificates/apps.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CertificatesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'certificates'
|
||||
verbose_name = 'گواهیها'
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue