Skip to content

Commit 671f76d

Browse files
Adding all the files
1 parent 45dd7da commit 671f76d

33 files changed

+359
-0
lines changed

accounts/__init__.py

Whitespace-only changes.
150 Bytes
Binary file not shown.
191 Bytes
Binary file not shown.
425 Bytes
Binary file not shown.
188 Bytes
Binary file not shown.
862 Bytes
Binary file not shown.

accounts/admin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from django.contrib import admin
2+
3+
# Register your models here.

accounts/apps.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from django.apps import AppConfig
2+
3+
4+
class AccountsConfig(AppConfig):
5+
default_auto_field = 'django.db.models.BigAutoField'
6+
name = 'accounts'

accounts/migrations/__init__.py

Whitespace-only changes.
161 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)