Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 294 Bytes

README.rst

File metadata and controls

9 lines (5 loc) · 294 Bytes

Add django_react_admin to your INSTALLED_APPS

Add path('react_admin/', include(django_react_admin.urls.urlpatterns)) to your urls

APIs would be exposed at /react_admin/api/ and /react_admin/ would be html with react-admin

Run ./manage.py build_react_admin

Your STATIC_URL should be /static/