contact form

This commit is contained in:
j 2021-10-26 16:47:06 +01:00
commit d5bd8d2da8
13 changed files with 96 additions and 0 deletions

6
app/contact/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class ContactConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'app.contact'