oursky / django-material-demo

0 stars 3 forks source link
django

DEPRECATED: Up stream deprecated as of Feb 2024: https://github.com/viewflow/django-material

django-material-demo

Goal

Demonstrate django admin site common use case.

Initial Setup

  1. Run make setup to setup docker containers
  2. Run make create-superuser to create an account to access the admin site

Dev Workflow

Acknowledgement