Development
This section describes how to setup the development environment and how to create themes and extensions.
Requirements
You need these tools development:
Setup
Set up your local development environment:
git clone git@github.com:jacob-consulting/django-crud-views.git
cd django-crud-views
task dev
Run example application
Now let's run the example application with the bootstrap5 theme:
cd examples/bootstrap5
task init
Note: This will run the migrations and add a superuser with username
adminand passwordfoobar4711