Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
init_churn_app
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitDhankar committed Apr 25, 2020
1 parent 88e5fec commit 3a1452b
Show file tree
Hide file tree
Showing 29 changed files with 18 additions and 0 deletions.
Empty file added churn_app/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions churn_app/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.contrib import admin

# Register your models here.
5 changes: 5 additions & 0 deletions churn_app/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig


class ChurnAppConfig(AppConfig):
name = 'churn_app'
Empty file.
3 changes: 3 additions & 0 deletions churn_app/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.db import models

# Create your models here.
3 changes: 3 additions & 0 deletions churn_app/tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.test import TestCase

# Create your tests here.
3 changes: 3 additions & 0 deletions churn_app/views.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.shortcuts import render

# Create your views here.
Binary file modified dc_dash/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/admin.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/config_CentOS_Droplet.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/dc_bokeh_plots.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/dc_eda_funcs.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/dc_holoviews.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/forms.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/models.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/pv_bonds.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/sql_queries_all.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/summary_stats_1.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/urls.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/utility_eda_only.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/utily.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/utily_bonds.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/__pycache__/views.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/migrations/__pycache__/0001_initial.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash/migrations/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash_proj/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash_proj/__pycache__/settings.cpython-35.pyc
Binary file not shown.
Binary file modified dc_dash_proj/__pycache__/urls.cpython-35.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions dc_dash_proj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
# 'patentspike',
# 'digitalcognition',
'dc_dash',
#'churn_app',

]

Expand Down

0 comments on commit 3a1452b

Please sign in to comment.