remove markdownx
This commit is contained in:
parent
621e0b48b0
commit
e04d691403
2 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'markdownx',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
@ -19,5 +19,4 @@ from django.urls import include,path
|
|||
urlpatterns = [
|
||||
path('recipes/', include('recipes.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
url(r'^markdownx/', include('markdownx.urls')),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue