Skip to content

Commit dfa803d

Browse files
authored
Merge pull request #136 from derenay/master
Drained project
2 parents 26ceb16 + 1c67051 commit dfa803d

File tree

75 files changed

+1250
-0
lines changed

Some content is hidden

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

75 files changed

+1250
-0
lines changed

Projects/Drained/account/__init__.py

Whitespace-only changes.
198 Bytes
Binary file not shown.
253 Bytes
Binary file not shown.
571 Bytes
Binary file not shown.
250 Bytes
Binary file not shown.
578 Bytes
Binary file not shown.
3.04 KB
Binary file not shown.

Projects/Drained/account/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.

Projects/Drained/account/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 AccountConfig(AppConfig):
5+
default_auto_field = 'django.db.models.BigAutoField'
6+
name = 'account'

Projects/Drained/account/migrations/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)