Skip to content

Commit

Permalink
Fix wrong runserver
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasimon committed Dec 4, 2022
1 parent af5be7f commit 90096da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/examples/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
# Application definition

INSTALLED_APPS = [
"daphne",
"beatserver",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"channels",
"beatserver",
]

MIDDLEWARE = [
Expand Down

0 comments on commit 90096da

Please sign in to comment.