Update messages
This commit is contained in:
@ -120,7 +120,7 @@ USE_TZ = True
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
ASGI_APPLICATION = "asgi.application"
|
||||
ASGI_APPLICATION = "my_demo.asgi.application"
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
"default": {
|
||||
|
@ -19,5 +19,5 @@ from apps.front import views
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', views.blog),
|
||||
path('', views.all_articles),
|
||||
]
|
||||
|
Reference in New Issue
Block a user