Available Models to Use
You may need to use models to interact with the database. Django Axor provides the following models:
Model | Description | Import Path |
---|---|---|
User |
The user model. | from django_axor_auth.users.models import User |
You may need to use models to interact with the database. Django Axor provides the following models:
Model | Description | Import Path |
---|---|---|
User |
The user model. | from django_axor_auth.users.models import User |