Skip to content

Creates viewsets and serializers for models in your admin site to use with react-admin

Notifications You must be signed in to change notification settings

mehrabcz/django_react_admin

 
 

Repository files navigation

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/

About

Creates viewsets and serializers for models in your admin site to use with react-admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.1%
  • JavaScript 40.3%
  • HTML 9.1%
  • CSS 3.5%