standard documentation
This commit is contained in:
@@ -45,6 +45,7 @@ INSTALLED_APPS = [
|
||||
'rest_framework',
|
||||
'django_filters',
|
||||
'django_static_jquery_ui',
|
||||
'django.contrib.admindocs'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -26,6 +26,7 @@ router.register(r'posts', PostViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path('posts/',include('posts.urls')),
|
||||
path('admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
path('', views.index, name='home'),
|
||||
path('index.html', views.index, name='home'),
|
||||
|
||||
@@ -4,3 +4,4 @@ django-ckeditor
|
||||
Pillow
|
||||
djangorestframework
|
||||
django-static-jquery-ui
|
||||
docutils
|
||||
Reference in New Issue
Block a user