Skip to content

Commit bb27dc6

Browse files
Initial commit
0 parents  commit bb27dc6

32 files changed

+583
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

BitcoinAnalytics/__init__.py

Whitespace-only changes.
213 Bytes
Binary file not shown.
254 Bytes
Binary file not shown.
648 Bytes
Binary file not shown.
605 Bytes
Binary file not shown.
621 Bytes
Binary file not shown.
2.31 KB
Binary file not shown.

BitcoinAnalytics/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.

BitcoinAnalytics/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 BitcoinanalyticsConfig(AppConfig):
5+
name = 'BitcoinAnalytics'

0 commit comments

Comments
 (0)