Skip to content

Commit c3fc5a9

Browse files
authored
initial commit
0 parents  commit c3fc5a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+499
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions

accounts/__init__.py

Whitespace-only changes.
153 Bytes
Binary file not shown.
194 Bytes
Binary file not shown.
373 Bytes
Binary file not shown.
191 Bytes
Binary file not shown.
303 Bytes
Binary file not shown.
610 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from django.apps import AppConfig
2+
3+
4+
class AccountsConfig(AppConfig):
5+
name = 'accounts'

0 commit comments

Comments
 (0)