This is just a sample project for demoing / developing the Django Admin.
The main use-cases are:
- Testing against the admin.
- Aiding django admin development.
- Aiding development of django admin customisations.
- Clone this repo.
pip install -r requirements.txt
cd django-jet && pip install -e .
./manage.py migrate
- python3 manage.py runserver.