Separate out views
This commit is contained in:
@@ -20,8 +20,9 @@ from django.urls import include, path
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
from core.ui.views.drilldown import Drilldown
|
||||
from core.views import (Billing, Callback, Home, Order, Portal,
|
||||
SentimentChartJSONView, Signup, VolumeChartJSONView)
|
||||
from core.views import Billing, Home, Order, Portal, Signup
|
||||
from core.views.callbacks import Callback
|
||||
from core.views.charts import SentimentChartJSONView, VolumeChartJSONView
|
||||
|
||||
urlpatterns = [
|
||||
path("", Home.as_view(), name="home"),
|
||||
|
||||
Reference in New Issue
Block a user