Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 06e5a2b

Browse files
committed
fix: livereload dev only
1 parent 43c80ba commit 06e5a2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pythondjangoapp/settings/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'django.contrib.sessions',
1919
'django.contrib.messages',
2020
'django.contrib.staticfiles',
21-
'livereload',
2221
'app'
2322
]
2423

pythondjangoapp/settings/development.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
INSTALLED_APPS += (
66
# other apps for local development
7+
'livereload',
78
)

0 commit comments

Comments
 (0)