Skip to content

Introduction

A simple, easy to use, admin site designed to manage basic crud operations in starlette.

We use the free version of font awesome so when overriding templates you can use any icon from there. Javascript is all written using alpine.js so there is no additional javascript files to worry about.

Homepage

The Vision

  • Easy to use
  • Easy to overwrite
  • Are not forced to use a database
  • Want pagination
  • Want filtering
  • Do not want this to get in the way when its not crud operations

Getting Started - Installation

This package has not been published to PyPI so you will need to install it from this repo. To do this simply run:

pip install git+https://github.com/accent-starlette/starlette-admin.git@master#egg=starlette-admin

The minimum Python requirement is 3.7.